From d01a45abdeae9eb41f383fdf54c5103a351a98fc Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Thu, 11 Apr 2019 21:34:33 -0500 Subject: [PATCH] Change list of unit tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15d3750..856599b 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.38.5