summaryrefslogtreecommitdiffstats
path: root/testsuite/Makefile
blob: eee930f1be42f9b5e9d08f52ef6636f411694319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#  $Id$
#

include ../config.inc

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg

# Basic Tests
SUBDIRS  = swi01
SUBDIRS += timeout01
# USB Tests
SUBDIRS += usb01 

# Network Tests
SUBDIRS += init01
SUBDIRS += loopback01