[rtems-libbsd commit] testsuite/Makefile: Clean up after test name change

Joel Sherrill joel at rtems.org
Fri Aug 3 13:36:47 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    68e4c8469857d1efa9ba3130d15aa56e5c2e3473
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=68e4c8469857d1efa9ba3130d15aa56e5c2e3473

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sat Jul 28 06:40:35 2012 -0500

testsuite/Makefile: Clean up after test name change

---

 testsuite/Makefile |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/testsuite/Makefile b/testsuite/Makefile
index 0fd78c6..eee930f 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




More information about the vc mailing list