summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/archives/t2/test.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make/archives/t2/test.t')
-rw-r--r--tools/regression/usr.bin/make/archives/t2/test.t18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/regression/usr.bin/make/archives/t2/test.t b/tools/regression/usr.bin/make/archives/t2/test.t
new file mode 100644
index 0000000..f83be0b
--- /dev/null
+++ b/tools/regression/usr.bin/make/archives/t2/test.t
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# $FreeBSD$
+
+cd `dirname $0`
+. ../../common.sh
+
+setup_test()
+{
+ cp libtest.a ${WORK_DIR}
+}
+
+desc_test()
+{
+ echo "Archive parsing (old BSD format)."
+}
+
+eval_cmd $1
OpenPOWER on IntegriCloud