Browse Source

changed name of command line option to filltests

cl-refactor
Christoph Jentzsch 10 years ago
parent
commit
0c4b5d7c2b
  1. 2
      test/TestHelper.cpp

2
test/TestHelper.cpp

@ -352,7 +352,7 @@ void executeTests(const string& _name, const string& _testPathAppendix, std::fun
for (int i = 1; i < boost::unit_test::framework::master_test_suite().argc; ++i)
{
string arg = boost::unit_test::framework::master_test_suite().argv[i];
if (arg == "--createtest")
if (arg == "--filltests")
{
try
{

Loading…
Cancel
Save