diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-16 19:16:43 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-16 19:16:43 +0200 |
| commit | 60c48f4d5df503c02795d81a60f88dc033c2eb4b (patch) | |
| tree | afbb39afd92cac57d377701c105e001f77122596 /configure.ac | |
| parent | 6baf6465f715886ab490d80d712120c7bdf9e9e5 (diff) | |
Switch to using dejagnu for 'make check'
No tests yet. This commit exists just to see if the automatic builds
will correctly run the tests and report failures.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2ddb6a5..44865e8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,6 @@ AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) -AC_CONFIG_TESTDIR([tests]) AC_PREREQ([2.71]) VERSION_NUMBER=`cd $srcdir && build-aux/git-version-gen .tarball-version` @@ -34,8 +33,6 @@ AC_CONFIG_FILES([ gnu/Makefile po/Makefile.in tests/Makefile - tests/package.m4 - tests/atlocal guix.scm lib/aplwc.pc scripts/publish-release |