Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@cvs.gnome.org>2006-12-13 23:09:03 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-12-13 23:09:03 (GMT)
commit7f14f3572360d27de737e68569a854bde30112bb (patch)
treee4a373e3b83481914a497cfcdbb5d73ade940bde /test/Makefile.am
parentd501ed50a3c6127418c8e45f833094ddacdb99eb (diff)
Fight with autotools to fix make check. Make distcheck works fine as well
2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * Makefile.am: * test/Makefile.am: Fight with autotools to fix make check. Make distcheck works fine as well now!
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index dc0b1a3..dfdb580 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,4 +1,6 @@
-TESTS = test1.py test2.py
+dist_check_SCRIPTS = test1.py test2.py
-EXTRA_DIST = test-encrypted.pdf test-links.pdf \ No newline at end of file
+TESTS = $(dist_check_SCRIPTS)
+
+EXTRA_DIST = test-encrypt.pdf test-links.pdf