summaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-06 15:45:49 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-06 16:38:27 +0100
commit2fc5b35b79299e3ebd61b2d335ea8f4785473823 (patch)
treefacd6e60dce31753b317aa10ba696f82b6748b7e /tests/testsuite.at
parent36b14c8448e46e93cad7067d4249f2f005a7f6c7 (diff)
downloadmsitools-2fc5b35b79299e3ebd61b2d335ea8f4785473823.tar.gz
msitools-2fc5b35b79299e3ebd61b2d335ea8f4785473823.tar.xz
msitools-2fc5b35b79299e3ebd61b2d335ea8f4785473823.zip
test: add autotest infrastructure
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at4
1 files changed, 4 insertions, 0 deletions
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