summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/package.m4.in7
-rw-r--r--tests/testsuite.at4
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/package.m4.in b/tests/package.m4.in
new file mode 100644
index 0000000..d2143db
--- /dev/null
+++ b/tests/package.m4.in
@@ -0,0 +1,7 @@
+# Signature of the current package.
+m4_define([AT_PACKAGE_NAME], [@PACKAGE_NAME@])
+m4_define([AT_PACKAGE_TARNAME], [@PACKAGE_TARNAME@])
+m4_define([AT_PACKAGE_VERSION], [@PACKAGE_VERSION@])
+m4_define([AT_PACKAGE_STRING], [@PACKAGE_STRING@])
+m4_define([AT_PACKAGE_URL], [@PACKAGE_URL@])
+m4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])
diff --git a/tests/testsuite.at b/tests/testsuite.at
new file mode 100644
index 0000000..bdcf7a2
--- /dev/null
+++ b/tests/testsuite.at
@@ -0,0 +1,4 @@
+m4_include([package.m4])
+
+AT_INIT
+AT_BANNER([wixl]) \ No newline at end of file