diff options
Diffstat (limited to 'test.cxx')
-rw-r--r-- | test.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1097,6 +1097,7 @@ TEST_CASE("ValueParser works as expected", "[args]") REQUIRE_NOTHROW(p.ParseArgs(std::vector<std::string>{"-i", " 12"})); REQUIRE(args::get(i) == 12); +} TEST_CASE("ActionFlag works as expected", "[args]") { |