From a3998358eab30e4799234a359d476d8bf4e011a8 Mon Sep 17 00:00:00 2001 From: matteo Date: Fri, 23 Jan 2026 20:38:52 +0100 Subject: [PATCH] fix: make check calls the functional testsuite --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 994f1ad..8cee132 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,8 +25,7 @@ bin_PROGRAMS = 42sh # ================ TESTS ================ check-local: $(bin_PROGRAMS) # $(check_PROGRAMS) - ./../testsuite.sh -#./../tests/functional/testsuite.sh + ./../tests/functional/run-tests.sh #./testsuite