Test to show broken lazy loading of rules

This commit is contained in:
Rudi Grinberg 2018-04-02 23:15:07 +08:00
parent 85d69b8e1a
commit 1b1c5f032d
2 changed files with 9 additions and 0 deletions

View File

@ -16,3 +16,8 @@
((name runtest)
(deps (_doc/_html/index.html))
(action (echo "${read:_doc/_html/index.html}"))))
(alias
((name foo-mld)
(deps (_doc/_mlds/foo/index.mld))
(action (echo "${read:_doc/_mlds/foo/index.mld}"))))

View File

@ -31,3 +31,7 @@
</div>
</body>
</html>
$ $JBUILDER build @foo-mld -j1 --display short --root .
No rule found for _doc/_mlds/foo/index.mld
[1]