.PHONY: test stest ctest cstest all # all tests test: grunt test # server-side tests only stest: grunt test:server # client-side tests only ctest: grunt test:client # code styling tests only cstest: grunt test:code-style all: grunt build:all