Add test for (ocamllex (..)) form in jbuild

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-08-18 10:24:01 +03:00
parent da3def9dc7
commit 20f9b2cf0a
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{}
rule f = parse
| _ { () }
{
print_endline "bar"
}

View File

@ -1,5 +1,7 @@
(ocamllex
((modules (foo))))
(ocamllex (bar))
(executable
((name foo)))