summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/libtests.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/libtests/libtests.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/tests/libtests/libtests.am b/c/src/tests/libtests/libtests.am
deleted file mode 100644
index c17e0fac5f..0000000000
--- a/c/src/tests/libtests/libtests.am
+++ /dev/null
@@ -1,13 +0,0 @@
-## $Id$
-
-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