Re-add the test/Makefile which was available while in cartodb/lib/sql

This commit is contained in:
Sandro Santilli 2014-05-07 18:08:38 +02:00
parent b3bade740d
commit d1a767f343

5
test/Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
@echo "Try make check"
check:
bundle exec rspec ../../../spec/lib/sql_test_spec.rb