This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
(alias
|
||||
(name runtest)
|
||||
(deps (:foo a b) (:baz foo (alias x)) a b c)
|
||||
(action (echo "foo = %{foo}\nbaz = %{baz}\n")))
|
||||
|
||||
(rule (with-stdout-to a (echo "")))
|
||||
(rule (with-stdout-to b (echo "")))
|
||||
(rule (with-stdout-to c (echo "")))
|
||||
(rule (with-stdout-to foo (echo "")))
|
||||
|
||||
(alias (name x))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.0)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
Dependencies are allowed :patterns
|
||||
|
||||
$ dune runtest
|
||||
foo = a b
|
||||
baz = foo
|
||||
Loading…
Add table
Add a link
Reference in a new issue