From 60c48f4d5df503c02795d81a60f88dc033c2eb4b Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 16 May 2026 19:16:43 +0200 Subject: 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. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3