From 908436c1ec62838e4efdabbc591ee92b817d25b7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 1999 15:38:09 +0000 Subject: New configuration files added by patch from Ralf Corsepius ". --- testsuites/sptests/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testsuites/sptests/Makefile.am (limited to 'testsuites/sptests/Makefile.am') diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am new file mode 100644 index 0000000000..0ccdebfde3 --- /dev/null +++ b/testsuites/sptests/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.3