diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-06 23:17:17 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-06 23:17:17 -0300 |
commit | 5892a53b6307113cc2e8c7a7287a6ba29f12dc44 (patch) | |
tree | 97107b4b6648594920156a8d2cb1a16afb255eb0 | |
parent | 1d8a4833c14eab50403674eaf67a9a45a4c29493 (diff) | |
download | libtuberia-5892a53b6307113cc2e8c7a7287a6ba29f12dc44.tar.gz |
adding tests scripts to make dist
-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 |