Add missing fwf test case

A test case in the fwf test wasn't being run.
This commit is contained in:
Markus Mäkelä 2017-09-05 14:17:44 +03:00
parent 3770b4da95
commit 9e43ef2af1

View File

@ -33,7 +33,7 @@ int main(int argc, char *argv[])
FILE* file;
sprintf(rules_dir, "%s/fw/", test_dir);
int N = 10;
int N = 11;
int i;
for (i = 1; i < N + 1; i++)