summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-12-02 17:43:09 +0200
committerBehdad Esfahbod <behdad@behdad.org>2012-12-02 18:09:40 +0200
commit49dfd2cfb00fe42e81c7aafee07eaa48a55edaae (patch)
tree9f6227d53e3bc8e91eec7b5ae677f6f4d29dc108 /tests/Makefile.am
parent1b5ff16fcbcf4d43cad74b28f0dc63244f2b578c (diff)
downloadpango-49dfd2cfb00fe42e81c7aafee07eaa48a55edaae.tar.gz
Remove runtests.sh
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6f483ec5..a7109367 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,12 +1,10 @@
## Process this file with automake to create Makefile.in.
EXTRA_DIST = \
- all-unicode.txt \
- boundaries.utf8 \
- runtests.sh
+ boundaries.utf8
CLEANFILES = pangorc
-DISTCLEANFILES = all-unicode.txt runtests.log
+DISTCLEANFILES = all-unicode.txt
INCLUDES = \
-I$(top_srcdir) \
@@ -34,7 +32,7 @@ endif
if CROSS_COMPILING
TESTS=
else
-TESTS=runtests.sh
+TESTS=$(check_PROGRAMS)
endif
TESTS_ENVIRONMENT = \