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