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 /guix.scm.in | |
| 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 'guix.scm.in')
| -rw-r--r-- | guix.scm.in | 6 |
1 files changed, 4 insertions, 2 deletions
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") |