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. --- .builds/debian.yml | 1 + .builds/freebsd.yml | 1 + .builds/openbsd.yml | 1 + 3 files changed, 3 insertions(+) (limited to '.builds') diff --git a/.builds/debian.yml b/.builds/debian.yml index 4452060..218513e 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -10,6 +10,7 @@ packages: - autopoint - libreadline-dev - texlive-full +- dejagnu tasks: - build: | cd aplwc diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 545a079..c2211dd 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -8,6 +8,7 @@ packages: - help2man - texinfo - texlive-full +- dejagnu tasks: - build: | cd aplwc diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 0856a6e..85800bb 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -7,6 +7,7 @@ packages: - help2man - texinfo - texlive_texmf-full +- dejagnu tasks: - build: | cd aplwc -- cgit v1.2.3