From a809bc0f49ee4c6e777f39d1f80ee57862a0fcab Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 1 Apr 2026 22:24:22 +0200 Subject: Initial import of the code into git --- tests/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..44e31d3 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,19 @@ +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 + -- cgit v1.2.3