summaryrefslogtreecommitdiff
path: root/regress/print-plist/spec
diff options
context:
space:
mode:
Diffstat (limited to 'regress/print-plist/spec')
-rw-r--r--regress/print-plist/spec20
1 files changed, 20 insertions, 0 deletions
diff --git a/regress/print-plist/spec b/regress/print-plist/spec
new file mode 100644
index 00000000000..1ca0ca2a628
--- /dev/null
+++ b/regress/print-plist/spec
@@ -0,0 +1,20 @@
+# $NetBSD: spec,v 1.1.1.1 2004/09/08 15:04:23 jmmv Exp $
+#
+# print-plist regression test
+# spec file
+#
+
+# Targets to invoke for this regression test.
+MAKEARGS_TEST="install print-PLIST"
+
+# Need to remove work directory and installed files.
+MAKEARGS_CLEAN="deinstall clean"
+
+check_result()
+{
+ exit_status 0 # test is passed if the targets return 0
+ output_require "^@comment Matched test file.$" \
+ "^print-plist/foo$" \
+ "^@comment Matched test directory.$" \
+ "^@dirrm print-plist$"
+}