Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Example updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 17, 2016
1 parent e5c2a23 commit c402d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpputest/AllTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ int main(int argc, char** argv)
args.push_back("-v"); // Verbose output (mandatory!)
args.push_back("-c"); // Colored output (optional)

return CommandLineTestRunner::RunAllTests(args.size(), &args[0]);
return RUN_ALL_TESTS(args.size(), &args[0]);
}

0 comments on commit c402d30

Please sign in to comment.