From f31fcd44e48705e638e1acb9e975ceec8a37b187 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 Jul 2011 17:05:46 +0000 Subject: 2011-07-22 Ricardo Aguirre PR 1846/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various sem_open(), sem_close(), sem_unlink(), sem_init(), and sem_destroy() cases. * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c, psxtmsem01/psxtmsem01.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 63fe7b1a6b..5f905b6361 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -18,6 +18,7 @@ SUBDIRS += psxtmmutex06 SUBDIRS += psxtmmutex07 SUBDIRS += psxtmnanosleep01 SUBDIRS += psxtmnanosleep02 +SUBDIRS += psxtmsem01 SUBDIRS += psxtmsleep01 SUBDIRS += psxtmsleep02 SUBDIRS += psxtmthread01 -- cgit v1.2.3