components/dejagnu/patches/system-test.patch
changeset 4747 0e43ac303e45
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/dejagnu/patches/system-test.patch	Fri Aug 07 14:59:43 2015 -0700
@@ -0,0 +1,15 @@
+Patch to allow us to specify an alternate runtest script when running tests.
+
+This patch should be sent upstream.
+
+--- dejagnu-1.5.3/Makefile.in.orig	2015-08-05 13:55:23.117124070 -0700
++++ dejagnu-1.5.3/Makefile.in	2015-08-05 13:56:42.970772105 -0700
+@@ -583,7 +583,7 @@
+ 	testsuite/lib/util-defs.exp \
+ 	testsuite/libdejagnu/tunit.exp
+ 
+-RUNTEST = ${top_srcdir}/runtest
++RUNTEST="$${RUNTEST_SCRIPT:-${top_srcdir}/runtest}"
+ RUNTESTDEFAULTFLAGS = --srcdir $(srcdir)/testsuite RUNTEST=$(RUNTEST)
+ AM_CXXFLAGS = -I$(top_srcdir) -g
+ unit_SOURCES = testsuite/libdejagnu/unit.cc