aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-12-03 08:17:56 +0100
committervimene <vincent.menegaux@gmail.com>2023-12-03 08:17:56 +0100
commit7b82aa798a95d93e9c4361dfed12d2a5313e01cb (patch)
treec2399d175c89f20a4c8d29b422fb508e59f62352 /configure.ac
parent22431a1305d1eb9f1c066f94313e04021a3a59a0 (diff)
downloadengine-7b82aa798a95d93e9c4361dfed12d2a5313e01cb.tar.gz
improved tests management
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 78e1976..fe47a8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ PKG_CHECK_MODULES([CRITERION], [criterion >= 2.4.1], [
enable_tests=yes
TESTS_DEPS_CPPFLAGS="$CRITERION_CFLAGS $TESTS_DEPS_CPPFLAGS"
TESTS_DEPS_LIBS="$CRITERION_LIBS $TESTS_DEPS_LIBS"
+ AC_CONFIG_FILES([tests/Makefile])
], [enable_tests=no])
AM_CONDITIONAL([ENABLE_TESTS], [test x$enable_tests = xyes])