summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-05 11:17:08 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-05 11:17:08 -0600
commitb6c1578bb91fb54c826141e0f8bbd9cb2009f3cf (patch)
tree6d4c9af3892de78428add886865bae7db15efbc1 /testsuites/rhealstone/Makefile.am
parentrhealstone/*.c: Add Print_Warning() call to indicate debug enabled (diff)
downloadrtems-b6c1578bb91fb54c826141e0f8bbd9cb2009f3cf.tar.bz2
rhealstone: Add rh prefix to all test names
This makes them easier to spot as a group in wildcard searches.
Diffstat (limited to 'testsuites/rhealstone/Makefile.am')
-rw-r--r--testsuites/rhealstone/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/rhealstone/Makefile.am b/testsuites/rhealstone/Makefile.am
index d67dcf4974..d22c6004f1 100644
--- a/testsuites/rhealstone/Makefile.am
+++ b/testsuites/rhealstone/Makefile.am
@@ -1,6 +1,11 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-SUBDIRS = taskswitch taskpreempt ilatency mlatency semshuffle deadlockbrk
+SUBDIRS = rhtaskswitch
+SUBDIRS += rhtaskpreempt
+SUBDIRS += rhilatency
+SUBDIRS += rhmlatency
+SUBDIRS += rhsemshuffle
+SUBDIRS += rhdeadlockbrk
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am