From e9a1c991fed671cb7b22f059d6ca72693558ef44 Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Wed, 27 Nov 2013 17:56:53 -0600 Subject: psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05 The psxtmthread05 test was testing the functionality meant for psxtmthread06. This patch copies the psxtmthread05 to psxtmthread06 and modifies psxtmthread05 to test the intended functionality. --- testsuites/psxtmtests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtmtests/Makefile.am') diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am index 812c3adf26..86e25363c0 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -43,6 +43,7 @@ SUBDIRS += psxtmthread01 SUBDIRS += psxtmthread02 SUBDIRS += psxtmthread03 SUBDIRS += psxtmthread05 +SUBDIRS += psxtmthread06 endif DIST_SUBDIRS = $(SUBDIRS) -- cgit v1.2.3