summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-16 01:39:11 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-16 01:59:56 +0100
commit147c78c429ee244abb05db1dc4e08687a1c87fb4 (patch)
tree33f4d3a01d72d7ea115fcbbbf0c9ee187ea6635c /tests
parent574dadfa4bb46207ab0c6c5ecc15db8fd9254273 (diff)
downloadmsitools-147c78c429ee244abb05db1dc4e08687a1c87fb4.tar.gz
msitools-147c78c429ee244abb05db1dc4e08687a1c87fb4.tar.xz
msitools-147c78c429ee244abb05db1dc4e08687a1c87fb4.zip
build-sys: fix make distcheck
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/testsuite.at1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cced9d6..830eef8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = data
+
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir) -I. \
$(GLIB_CFLAGS) $(GOBJECT_CFLAGS)
diff --git a/tests/testsuite.at b/tests/testsuite.at
index c48c5d1..bd3cc11 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -191,6 +191,7 @@ cp icon.txt expout
AT_CHECK_MSIINFO([streams out.msi | grep -v SummaryInformation], [0],
[Icon.firefox.16.0.2.0.ico.exe
])
+rm -f expout
cp Icon/firefox.16.0.2.0.ico.exe expout
AT_CHECK_MSIINFO([extract out.msi Icon.firefox.16.0.2.0.ico.exe > stdout], [0])
AT_CHECK([cmp stdout expout])