[pango] Remove runtests.sh



commit 49dfd2cfb00fe42e81c7aafee07eaa48a55edaae
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sun Dec 2 17:43:09 2012 +0200

    Remove runtests.sh

 configure.ac         |    3 --
 tests/Makefile.am    |    8 ++----
 tests/runtests.sh.in |   55 --------------------------------------------------
 3 files changed, 3 insertions(+), 63 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8fe61e2..540603a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -933,9 +933,6 @@ pango-zip.sh
 config.h.win32
 ])
 
-AC_CONFIG_FILES([tests/runtests.sh],
-	        [chmod +x tests/runtests.sh])
-
 AC_OUTPUT
 
 backends=""
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6f483ec..a710936 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 =                    \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]