summaryrefslogtreecommitdiff
path: root/regress/make-quoting/spec
diff options
context:
space:
mode:
Diffstat (limited to 'regress/make-quoting/spec')
-rw-r--r--regress/make-quoting/spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/make-quoting/spec b/regress/make-quoting/spec
new file mode 100644
index 00000000000..6fb91fd1bab
--- /dev/null
+++ b/regress/make-quoting/spec
@@ -0,0 +1,9 @@
+# $NetBSD: spec,v 1.1.1.1 2005/05/15 21:10:16 rillig Exp $
+#
+
+MAKEARGS_TEST=build
+MAKEARGS_CLEAN=clean
+
+check_result() {
+ exit_status 0
+}