diff options
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b5d4e28..2b94ddd 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,9 +1,11 @@ check_PROGRAMS = +dist_check_SCRIPTS = TESTS = check_HEADERS = test.h if ITCTEST check_PROGRAMS += test_itc +dist_check_SCRIPTS += test_itc_valgrind if VALGRIND TESTS += test_itc_valgrind else @@ -17,6 +19,7 @@ endif if TUBERIATEST check_PROGRAMS += test_tuberia +dist_check_SCRIPTS += test_tuberia_valgrind if VALGRIND TESTS += test_tuberia_valgrind else |