summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-28 06:40:35 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-28 06:40:35 -0500
commit68e4c8469857d1efa9ba3130d15aa56e5c2e3473 (patch)
tree10e56b5a0417e37a509a55fe65c4bcb2818b1893
parentAdd syslog functionality from old TCP/IP stack. (diff)
downloadrtems-libbsd-68e4c8469857d1efa9ba3130d15aa56e5c2e3473.tar.bz2
testsuite/Makefile: Clean up after test name change
-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