~singpolyma/dhall-ruby

d01a45abdeae9eb41f383fdf54c5103a351a98fc — Stephen Paul Weber 4 years ago 98e02dd
Change list of unit tests
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 15,7 15,7 @@ test: lib/dhall/parser.citrus
	bundle exec ruby -E UTF-8 test/test_suite.rb

unit: lib/dhall/parser.citrus
	bundle exec ruby -E UTF-8 test/test_suite.rb -n'/unit|simple|failure|import/'
	bundle exec ruby -E UTF-8 test/test_suite.rb -n'/unit|import|TestReadme|TestLoad|TestAsDhall|TestResolvers|TestBinary|TestAsJson/'

clean:
	$(RM) lib/dhall/parser.citrus