diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-12-03 08:17:56 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-12-03 08:17:56 +0100 |
commit | 7b82aa798a95d93e9c4361dfed12d2a5313e01cb (patch) | |
tree | c2399d175c89f20a4c8d29b422fb508e59f62352 /configure.ac | |
parent | 22431a1305d1eb9f1c066f94313e04021a3a59a0 (diff) | |
download | engine-7b82aa798a95d93e9c4361dfed12d2a5313e01cb.tar.gz |
improved tests management
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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]) |