From 116e54ad1670c240773e5a9a0193dd736de8a934 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Nov 1999 14:03:29 +0000 Subject: Uncommitted remains of a previous patch from Ralf Corsepius which converted fiels to automake. --- testsuites/mptests/mptests.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testsuites/mptests/mptests.am (limited to 'testsuites/mptests/mptests.am') diff --git a/testsuites/mptests/mptests.am b/testsuites/mptests/mptests.am new file mode 100644 index 0000000000..815ef8e00d --- /dev/null +++ b/testsuites/mptests/mptests.am @@ -0,0 +1,27 @@ +project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ + +$(project_bspdir)/tests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe: $(PGM) + $(INSTALL_PROGRAM) $< $@ + +$(project_bspdir)/tests/screens: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/screens/mptests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/screens/mptests/node$(NODE): + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn + $(INSTALL_DATA) $< $@ + +TMPINSTALL_FILES += \ +$(project_bspdir)/tests \ +$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \ +$(project_bspdir)/tests/screens \ +$(project_bspdir)/tests/screens/mptests \ +$(project_bspdir)/tests/screens/mptests/node$(NODE) \ +$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn -- cgit v1.2.3