summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
blob: 00553330baecf2ac32fd10f1f8fdb5d63e7df8f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
##  $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@

PREINSTALLDIRS = $(project_bspdir)/tests/screens/sptests
$(PREINSTALLDIRS):
	@$(mkinstalldirs) $@

all-local: $(PREINSTALLDIRS)

## sp10 and spfatal are not included for now
SUBDIRS = . sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
    sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 spsize

include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am