We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6b5d1 commit a7aa33eCopy full SHA for a7aa33e
test/blackbox-tests/test-cases/stanzas/tests/tests-stanza-alias.t
@@ -20,3 +20,19 @@ Tests stanzas produce aliases with the executable names
20
$ dune build @a @b
21
a
22
b
23
+
24
+Checking interaction with enabled_if
25
26
+ $ cat > dune << EOF
27
+ > (tests
28
+ > (names a b)
29
+ > (enabled_if false))
30
+ > EOF
31
32
+ $ dune build @a @b
33
+ Error: Alias "a" specified on the command line is empty.
34
+ It is not defined in . or any of its descendants.
35
+ Hint: did you mean all?
36
+ Error: Alias "b" specified on the command line is empty.
37
38
+ [1]
0 commit comments