summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/Makefile.am
diff options
context:
space:
mode:
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