summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:05:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:05:46 +0000
commitf31fcd44e48705e638e1acb9e975ceec8a37b187 (patch)
tree17d6a6a374ef0625010580ae86c5007e75b48e72 /testsuites/psxtmtests/Makefile.am
parent2011-07-22 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-f31fcd44e48705e638e1acb9e975ceec8a37b187.tar.bz2
2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>
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.
Diffstat (limited to 'testsuites/psxtmtests/Makefile.am')
-rw-r--r--testsuites/psxtmtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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