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