summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile
index 0fd78c6d..eee930f1 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -8,4 +8,12 @@ include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
-SUBDIRS=link01 swi01 timeout01 usb01
+# Basic Tests
+SUBDIRS = swi01
+SUBDIRS += timeout01
+# USB Tests
+SUBDIRS += usb01
+
+# Network Tests
+SUBDIRS += init01
+SUBDIRS += loopback01