summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mptests.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mptests.am')
-rw-r--r--testsuites/mptests/mptests.am27
1 files changed, 27 insertions, 0 deletions
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