From 5892a53b6307113cc2e8c7a7287a6ba29f12dc44 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 6 Jul 2025 23:17:17 -0300 Subject: adding tests scripts to make dist --- test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3