components/dejagnu/patches/system-test.patch
author Bill Rushmore <bill.rushmore@oracle.com>
Fri, 06 Nov 2015 13:44:16 -0800
changeset 5072 3f6521b6cb16
parent 4747 0e43ac303e45
permissions -rw-r--r--
22007373 Need documentation on how to EOF Userland components
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4747
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
Patch to allow us to specify an alternate runtest script when running tests.
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
This patch should be sent upstream.
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
--- dejagnu-1.5.3/Makefile.in.orig	2015-08-05 13:55:23.117124070 -0700
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
+++ dejagnu-1.5.3/Makefile.in	2015-08-05 13:56:42.970772105 -0700
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
@@ -583,7 +583,7 @@
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
 	testsuite/lib/util-defs.exp \
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 	testsuite/libdejagnu/tunit.exp
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
-RUNTEST = ${top_srcdir}/runtest
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
+RUNTEST="$${RUNTEST_SCRIPT:-${top_srcdir}/runtest}"
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
 RUNTESTDEFAULTFLAGS = --srcdir $(srcdir)/testsuite RUNTEST=$(RUNTEST)
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
 AM_CXXFLAGS = -I$(top_srcdir) -g
0e43ac303e45 21571218 Even more Userland components should have their system-test targets hooked up
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
 unit_SOURCES = testsuite/libdejagnu/unit.cc