Skip to content

Commit

Permalink
Fixed filter on test(suite) name.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfis committed Feb 12, 2015
1 parent 6993c50 commit 17313c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cu.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ void cu_run(int argc, char *argv[])
if (*test_name != 0x0){
*test_name = 0x0;
++test_name;
}else{
test_name = NULL;
}

found |= cu_run_test_suite(test_suite_name, test_name);
Expand Down

0 comments on commit 17313c3

Please sign in to comment.