From 63fefd67d80752203267286ad5f18188519645f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sun, 3 May 2015 01:32:43 +0200 Subject: [PATCH] Add Argument tests. --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 4572a3b..b60d58a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,8 @@ AUTOMAKE_OPTIONS = subdir-objects TESTS = \ descriptive_holds_data.test \ callable_invokes_provided_function.test \ - parameter_is_descriptive.test + parameter_is_descriptive.test \ + argument_handles_string_value.test noinst_PROGRAMS = $(TESTS) @@ -12,3 +13,4 @@ AM_CXXFLAGS = -O3 -I$(top_srcdir)/include -std=c++11 descriptive_holds_data_test_SOURCES = descriptive/holds_data.cpp callable_invokes_provided_function_test_SOURCES = callable/invokes_provided_function.cpp parameter_is_descriptive_test_SOURCES = parameter/is_descriptive.cpp +argument_handles_string_value_test_SOURCES = argument/handles_string_value.cpp -- 2.30.2