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/tmitrontests/tmitrontests.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testsuites/tmitrontests/tmitrontests.am (limited to 'testsuites/tmitrontests/tmitrontests.am') diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am new file mode 100644 index 0000000000..577bac9fd2 --- /dev/null +++ b/testsuites/tmitrontests/tmitrontests.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