Build lalrpop-exe too

This commit is contained in:
Niko Matsakis 2016-02-14 20:48:32 -05:00
parent fee1dcb68c
commit 942ef00e9d

View File

@ -10,3 +10,5 @@ script:
- cargo test
- cd ../doc/calculator
- cargo test
- cd ../lalrpop-exe
- cargo build