summaryrefslogtreecommitdiff
path: root/test/elfcopy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/elfcopy/Makefile')
-rw-r--r--test/elfcopy/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/elfcopy/Makefile b/test/elfcopy/Makefile
new file mode 100644
index 000000000000..f1302f133979
--- /dev/null
+++ b/test/elfcopy/Makefile
@@ -0,0 +1,21 @@
+# $Id: Makefile 2141 2011-11-10 15:03:40Z jkoshy $
+
+TOP= ../..
+
+ELFCOPY= ${TOP}/elfcopy/elfcopy
+
+TEST_LOG= test.log
+
+.MAIN: all
+
+.PHONY: clobber execute test
+
+execute test: ${ELFCOPY}
+ /bin/sh run.sh
+
+clobber: clean
+ rm -f ${TEST_LOG}
+
+SUBDIR= plugin
+
+.include <bsd.subdir.mk>