From 8f376951c55621103a15ff78f87919950d3ce16a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 Jul 2011 17:22:10 +0000 Subject: 2011-07-22 Ricardo Aguirre PR 1847/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various non-blocking semaphore operations. * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c, psxtmsem02/psxtmsem02.doc: New files. --- 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 5f905b6361..2f1f01ee06 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -19,6 +19,7 @@ SUBDIRS += psxtmmutex07 SUBDIRS += psxtmnanosleep01 SUBDIRS += psxtmnanosleep02 SUBDIRS += psxtmsem01 +SUBDIRS += psxtmsem02 SUBDIRS += psxtmsleep01 SUBDIRS += psxtmsleep02 SUBDIRS += psxtmthread01 -- cgit v1.2.3