Added a reproduction case for #484

This commit is contained in:
Jeremie Dimino 2018-02-13 17:48:05 +00:00
parent 4400432dbd
commit 3744c158c2
1 changed files with 8 additions and 0 deletions

View File

@ -3,3 +3,11 @@
- a
- b
- c
Reproduction case for #484. The error should point to src/jbuild
$ $JBUILDER build --root . -j1 --display quiet @install
Error: External library "a" not found.
-> required by test/jbuild
Hint: try: jbuilder external-lib-deps --missing --root . @install
[1]