From d1a767f3431c552917d89963d349c1e5372dd0d7 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 7 May 2014 18:08:38 +0200 Subject: [PATCH] Re-add the test/Makefile which was available while in cartodb/lib/sql --- test/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Makefile diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..95c8cb8 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,5 @@ +all: + @echo "Try make check" + +check: + bundle exec rspec ../../../spec/lib/sql_test_spec.rb