commit | 80d1f184d4afd846695adba71db6ae0ee317c573 | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Wed Apr 27 19:08:51 2016 +0300 |
committer | onqtam <vik.kirilov@gmail.com> | Tue May 03 19:03:40 2016 +0300 |
tree | 39be66adbc71f640d97b958c196c28ed3d06caf1 | |
parent | 862a3bb8a934ef5a097db1b1a4be7db585004532 [diff] |
added flags to command line parsing
diff --git a/examples/dev_testing/main.cpp b/examples/dev_testing/main.cpp index af9f99f..fdf6569 100644 --- a/examples/dev_testing/main.cpp +++ b/examples/dev_testing/main.cpp
@@ -14,7 +14,7 @@ context.setOption("dt-case-sensitive", true); context.setOption("no-breaks", true); //context.setOption("dt-no-colors", true); - context.addFilter("dt-name", "zzz"); + context.addFilter("name", "zzz"); // run int res = context.runTests();