X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=tests%2FMakefile.am;h=224aa6aabb2684d1cd26b0c293ec45fc8ec182c0;hb=d51669e81ee37c88191b828c5b5d2f9a41731aa7;hp=e17ac34ccda60bba70049e939a92e9e2cf46d637;hpb=43d4552e59f8870279de2b6b3a62ce16c72bb872;p=command.git diff --git a/tests/Makefile.am b/tests/Makefile.am index e17ac34..224aa6a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -12,7 +12,8 @@ TESTS = \ argument_handles_negative_float_value.test \ argument_handles_boolean_value.test \ option_handles_string_value.test \ - option_handles_boolean_value.test + option_handles_boolean_value.test \ + option_handles_float_value.test noinst_PROGRAMS = $(TESTS) @@ -34,3 +35,4 @@ argument_handles_boolean_value_test_SOURCES = argument/handles_boolean_value.cp option_handles_string_value_test_SOURCES = option/handles_string_value.cpp option_handles_boolean_value_test_SOURCES = option/handles_boolean_value.cpp +option_handles_float_value_test_SOURCES = option/handles_float_value.cpp