From e5a76ee50548c721ff1bb9437f15bceae0dd3eb7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 13:35:45 +0000 Subject: Patch rtems-rc-19991117-13.diff from Ralf Corsepius to convert the libtests directory from Makefile.in to Makefile.am. --- c/src/tests/libtests/libtests.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 c/src/tests/libtests/libtests.am (limited to 'c/src/tests/libtests/libtests.am') diff --git a/c/src/tests/libtests/libtests.am b/c/src/tests/libtests/libtests.am new file mode 100644 index 0000000000..577bac9fd2 --- /dev/null +++ b/c/src/tests/libtests/libtests.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