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 /tests/Makefile.am | |
| 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 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 44e31d3..086e276 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,19 +1,6 @@ -TESTSUITE_SRC = $(srcdir)/testsuite.at -TESTSUITE = $(builddir)/testsuite -EXTRA_DIST = $(TESTSUITE_SRC) - -DISTCLEANFILES = $(TESTSUITE) atconfig - -AUTOM4TE = $(SHELL) $(top_srcdir)/build-aux/missing --run autom4te -AUTOTEST = $(AUTOM4TE) --language=autotest - -$(TESTSUITE): $(TESTSUITE_SRC) - $(AUTOTEST) $(TESTSUITE_SRC) > $(TESTSUITE) - -check-local: $(TESTSUITE) - $(SHELL) $(TESTSUITE) - -clean-local: - test ! -f $(TESTSUITE) || \ - $(SHELL) $(TESTSUITE) --clean - +AUTOMAKE_OPTIONS = dejagnu +CLEANFILES = *.log *.sum site.* +EXTRA_DIST = \ + lib/*.exp \ + aplwc.bin/*.exp \ + aplwc.lib/*.exp |