changed name of command line option to filltests

This commit is contained in:
Christoph Jentzsch 2014-11-11 22:28:43 +01:00
parent 508b7f14d8
commit 4f589053a0

View File

@ -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
{