CartoDB-SQL-API/Makefile
Sandro Santilli debc0c2586 Run tests on "make check", using custom port for redis
Includes tweaks in the db preparation script and in the tests
for proper handling of async model. Only a single test is run
at the moment, being the only one that succeeded for me.
2012-07-12 18:10:56 +02:00

9 lines
67 B
Makefile

all:
npm install
clean:
rm -rf node_modules/*
check:
npm test