This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
(rule
|
||||
(deps idontexist)
|
||||
;
|
||||
; A load of
|
||||
; @@@@
|
||||
; !!!!
|
||||
; ####
|
||||
; nonsense
|
||||
; for
|
||||
; a
|
||||
; longer
|
||||
; file
|
||||
;
|
||||
(targets bar)
|
||||
(action
|
||||
(run idontexist)))
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 3.0)
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
In this test we want to check the output of the rule reporting.
|
||||
|
||||
$ dune build
|
||||
File "dune", lines 1-16, characters 0-154:
|
||||
1 | (rule
|
||||
2 | (deps idontexist)
|
||||
3 | ;
|
||||
....
|
||||
14 | (targets bar)
|
||||
15 | (action
|
||||
16 | (run idontexist)))
|
||||
Error: No rule found for idontexist
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue