~ptman/hipl/reload

« back to all changes in this revision

Viewing changes to test/check_hipfw.c

  • Committer: Paul Tötterman
  • Date: 2013-08-07 10:03:19 UTC
  • mfrom: (6419.1.6 vanilla)
  • Revision ID: paul.totterman@iki.fi-20130807100319-eazy6pik2gr28wra
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2010 Aalto University and RWTH Aachen University.
 
2
 * Copyright (c) 2010, 2013 Aalto University and RWTH Aachen University.
3
3
 *
4
4
 * Permission is hereby granted, free of charge, to any person
5
5
 * obtaining a copy of this software and associated documentation
38
38
    srunner_add_suite(sr, firewall_line_parser());
39
39
    srunner_add_suite(sr, firewall_midauth());
40
40
    srunner_add_suite(sr, firewall_port_bindings());
41
 
    srunner_add_suite(sr, firewall_rewrite());
42
41
 
43
42
    srunner_run_all(sr, CK_NORMAL);
44
43
    number_failed = srunner_ntests_failed(sr);