summaryrefslogtreecommitdiffstats
path: root/atlocal.in
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 /atlocal.in
parent36b14c8448e46e93cad7067d4249f2f005a7f6c7 (diff)
downloadmsitools-2fc5b35b79299e3ebd61b2d335ea8f4785473823.tar.gz
msitools-2fc5b35b79299e3ebd61b2d335ea8f4785473823.tar.xz
msitools-2fc5b35b79299e3ebd61b2d335ea8f4785473823.zip
test: add autotest infrastructure
Diffstat (limited to 'atlocal.in')
-rw-r--r--atlocal.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/atlocal.in b/atlocal.in
new file mode 100644
index 0000000..841543a
--- /dev/null
+++ b/atlocal.in
@@ -0,0 +1,5 @@
+EXEEXT=@EXEEXT@
+
+_wixl() {
+ wixl$EXEEXT "$@"
+}