~singpolyma/dhall-ruby

1fdb39d51e0b777ecdbddf23dfd5d131a9f9bc8a — Stephen Paul Weber 5 years ago 1adbd79
Tests are in UTF-8
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M Makefile => Makefile +2 -2
@@ 1,7 1,7 @@
.PHONY: test

lib/dhall/parser.citrus: dhall-lang/standard/dhall.abnf scripts/generate_citrus_parser.rb lib/dhall/parser.rb
	bundle exec ruby -Ilib scripts/generate_citrus_parser.rb < dhall-lang/standard/dhall.abnf > $@
	bundle exec ruby -E UTF-8 -Ilib scripts/generate_citrus_parser.rb < dhall-lang/standard/dhall.abnf > $@

test: lib/dhall/parser.citrus
	bundle exec ruby -Ilib test/test_suite.rb
	bundle exec ruby -E UTF-8 -Ilib test/test_suite.rb