X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=tests%2FMakefile.am;h=6a0fa06e817a8d3e019ca9bb6d09de7217ad2c7c;hb=0c3fb217c99492ca15f3ff4a8a0402b801d7105f;hp=11c3c1800278de23e0a90b806be2c9374ba6770f;hpb=e8dc8567d9b42bc67298e8b9c3249848a74926a2;p=command.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 11c3c18..6a0fa06 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,7 +19,8 @@ TESTS = \ option_handles_boolean_value.test \ option_handles_void_value.test \ option_should_match_exact_name.test \ - option_should_throw_exception_on_missing_value.test + option_should_throw_exception_on_missing_value.test \ + required_should_be_required.test noinst_PROGRAMS = $(TESTS) @@ -48,3 +49,5 @@ option_handles_boolean_value_test_SOURCES = option/handles_boolean_value.cpp option_handles_void_value_test_SOURCES = option/handles_void_value.cpp option_should_match_exact_name_test_SOURCES = option/should_match_exact_name.cpp option_should_throw_exception_on_missing_value_test_SOURCES = option/should_throw_exception_on_missing_value.cpp + +required_should_be_required_test_SOURCES = required/should_be_required.cpp