aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/dep-double-colon.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/dep-double-colon.mk')
-rw-r--r--contrib/bmake/unit-tests/dep-double-colon.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/dep-double-colon.mk b/contrib/bmake/unit-tests/dep-double-colon.mk
new file mode 100644
index 000000000000..de4cd9bc9e33
--- /dev/null
+++ b/contrib/bmake/unit-tests/dep-double-colon.mk
@@ -0,0 +1,11 @@
+# $NetBSD: dep-double-colon.mk,v 1.3 2020/08/22 12:42:32 rillig Exp $
+#
+# Tests for the :: operator in dependency declarations.
+
+all::
+ @echo 'command 1a'
+ @echo 'command 1b'
+
+all::
+ @echo 'command 2a'
+ @echo 'command 2b'