From 093be6d640d01d7cd24a2d87f6901aa3b3cf4fc6 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 17 Sep 2014 00:22:38 +0200 Subject: testsuite: configury & and add first test-case This required little bit of generalization so I moved the SED_CALL into configure.ac to have it available for tests/Makefile.am also. The first testsuite just checks that no un-expanded @pattern@ exists in generated files. --- tests/atlocal.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/atlocal.in (limited to 'tests/atlocal.in') diff --git a/tests/atlocal.in b/tests/atlocal.in new file mode 100644 index 0000000..6015f6b --- /dev/null +++ b/tests/atlocal.in @@ -0,0 +1 @@ +TEST_GEN_FILES_LIST=@TEST_GEN_FILES_LIST@ -- cgit