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. --- guix.scm.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'guix.scm.in') diff --git a/guix.scm.in b/guix.scm.in index 7f4142a..2622d0d 100644 --- a/guix.scm.in +++ b/guix.scm.in @@ -5,7 +5,8 @@ (gnu packages autotools) (gnu packages readline) (gnu packages pkg-config) - (gnu packages man)) + (gnu packages man) + (gnu packages dejagnu)) (package (name "@PACKAGE_NAME@") @@ -17,7 +18,8 @@ (native-inputs (list autoconf pkg-config - help2man)) + help2man + dejagnu)) (synopsis "A programming language with constraints") (description "...") (home-page "https://aplwc.org") -- cgit v1.2.3