summaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-09 13:34:38 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-09 13:34:38 +0100
commitf7ae4ddeb93334130294b1dda92efac5ccaa635b (patch)
treed5a929604d1a37e28e153efca365f1d7d5a4e3ed /tests/testsuite.at
parent14b9940902ec93188b308c3547c7f75b39a0fda6 (diff)
downloadmsitools-f7ae4ddeb93334130294b1dda92efac5ccaa635b.tar.gz
msitools-f7ae4ddeb93334130294b1dda92efac5ccaa635b.tar.xz
msitools-f7ae4ddeb93334130294b1dda92efac5ccaa635b.zip
Add ARP example test
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index b755090..7b4cf3d 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -87,5 +87,12 @@ AT_CHECK_WIXL([-E variables.wxs -D Foo -D Zig=Zag], [0], [<?xml version="1.0"?>
<Property Id="IdZag" Value="Zag"/>
</Wix>
], [ignore])
+AT_CLEANUP
+AT_SETUP([ARP example])
+AT_WIXLDATA([test-arp.wxs])
+AT_WIXLDATA([FoobarAppl10.exe])
+AT_CHECK_WIXL([-o out.msi test-arp.wxs], [0], [ignore], [ignore])
+# FIXME: add tons of tests on out.msi
+AT_CHECK([test -f out.msi], [0])
AT_CLEANUP