From 23e3f642e4f0753029b4bd4d444cd94b8f4bb4c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 14:10:05 +0000 Subject: Missed in previous automake conversion patches from Ralf Corsepius . --- testsuites/samples/sample.am | 18 ++++++++++++++++++ testsuites/sptests/spsize/size.scn | 1 + testsuites/tmtests/tmtests.am | 11 +++++++++++ 3 files changed, 30 insertions(+) create mode 100644 testsuites/samples/sample.am create mode 100644 testsuites/sptests/spsize/size.scn create mode 100644 testsuites/tmtests/tmtests.am (limited to 'testsuites') diff --git a/testsuites/samples/sample.am b/testsuites/samples/sample.am new file mode 100644 index 0000000000..a294dcc949 --- /dev/null +++ b/testsuites/samples/sample.am @@ -0,0 +1,18 @@ +project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ + +$(project_bspdir)/samples: + @$(mkinstalldirs) $@ +$(project_bspdir)/tests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) + $(INSTALL_PROGRAM) $< $@ + +$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES += \ +$(project_bspdir)/tests \ +$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \ +$(project_bspdir)/samples \ +$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe diff --git a/testsuites/sptests/spsize/size.scn b/testsuites/sptests/spsize/size.scn new file mode 100644 index 0000000000..6ca8147f8b --- /dev/null +++ b/testsuites/sptests/spsize/size.scn @@ -0,0 +1 @@ +This is a dummy file diff --git a/testsuites/tmtests/tmtests.am b/testsuites/tmtests/tmtests.am new file mode 100644 index 0000000000..577bac9fd2 --- /dev/null +++ b/testsuites/tmtests/tmtests.am @@ -0,0 +1,11 @@ +project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ + +$(project_bspdir)/tests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES += \ +$(project_bspdir)/tests \ +$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe -- cgit v1.2.3