This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,17 @@
(rule
(deps idontexist)
;
; A load of
; @@@@
; !!!!
; ####
; nonsense
; for
; a
; longer
; file
;
(targets bar)
(action
(run idontexist)))

View file

@ -0,0 +1 @@
(lang dune 3.0)

View file

@ -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]