From c341b62ec6ed1bffc93d5471ccabaa2e242ed2d5 Mon Sep 17 00:00:00 2001 From: Matteo Flebus Date: Fri, 9 Jan 2026 14:34:22 +0100 Subject: [PATCH] fix(configure.ac): commented Makefiles for testing --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f48e3de..f9684ed 100644 --- a/configure.ac +++ b/configure.ac @@ -32,9 +32,9 @@ AC_CONFIG_FILES([ src/execution/Makefile src/expansion/Makefile src/utils/Makefile - tests/Makefile - tests/unit/Makefile - tests/unit/utils/Makefile ]) # TODO add tests Makefile here + # tests/Makefile + # tests/unit/Makefile + # tests/unit/utils/Makefile AC_OUTPUT