summaryrefslogtreecommitdiff
path: root/regress/tools/spec
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-19 21:27:06 +0000
committerrillig <rillig>2005-11-19 21:27:06 +0000
commitf207d51267cd4d1414b4f06087ba13f65f7baa09 (patch)
treef937cb2b4d7b0aff99822bc4376c1a43a6cabff4 /regress/tools/spec
parent7b1dfbb349523dfaa0e5bf5321cb7f8f6bb493cd (diff)
downloadpkgsrc-f207d51267cd4d1414b4f06087ba13f65f7baa09.tar.gz
Regression test for the capabilities of the TOOLS. Most of them have
many different implementations and are by no way easy to use. This test collects some assumptions about what the tools must be able to handle. It is also meant as a guide on using these tools correctly and reliably.
Diffstat (limited to 'regress/tools/spec')
-rw-r--r--regress/tools/spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/tools/spec b/regress/tools/spec
new file mode 100644
index 00000000000..875fa4bf4fd
--- /dev/null
+++ b/regress/tools/spec
@@ -0,0 +1,8 @@
+# $NetBSD: spec,v 1.1.1.1 2005/11/19 21:27:06 rillig Exp $
+#
+
+MAKEARGS_CLEAN="clean"
+
+check_result() {
+ exit_status 0
+}