Skip to content

Commit a1bf840

Browse files
committed
Rename to test. Add browser-test.
1 parent 447fb5d commit a1bf840

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ minify:
66
#
77
# Adapted from bootstrap
88
#
9-
tests :
9+
test:
1010
node test/server.js &
1111
phantomjs test/phantom.js "http://localhost:8080/test"
1212
kill -9 `cat test/pid.txt`
13-
rm test/pid.txt
13+
rm test/pid.txt
14+
15+
16+
# Tests in browser
17+
test-browser:
18+
node test/server.js
19+
20+
21+
.PHONY: test

0 commit comments

Comments
 (0)