This commit is contained in:
mokhov
2015-07-09 22:09:37 +03:00
parent dc57804bab
commit fc18464f2a
7 changed files with 74 additions and 3 deletions

View File

@@ -31,8 +31,13 @@ build:
@cp -rf lib build/index/lib
@mv build/index/index.ru.html build/index/index.html
# Build and run client tests
test:
$(ENB) make test -n
$(NODE_MODULES_BIN)/mocha-phantomjs $(MOCHA_FLAGS) test/client/test.html
# Clean build results
clean:
$(ENB) make clean
.PHONY: all install build clean
.PHONY: all install build clean test