Skip to content

Commit

Permalink
simple test
Browse files Browse the repository at this point in the history
message option is strictly related to output from the test cases. The
error messages from SM are slightly different comparing to V8.
  • Loading branch information
obastemur committed Mar 5, 2015
1 parent 6dcf502 commit 8064279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ distclean:
-rm -rf node_modules

test: all
$(PYTHON) tools/test.py --mode=release simple message
$(PYTHON) tools/test.py --mode=release simple
$(MAKE) jslint

test-http1: all
$(PYTHON) tools/test.py --mode=release --use-http1 simple message
$(PYTHON) tools/test.py --mode=release --use-http1 simple

test-valgrind: all
$(PYTHON) tools/test.py --mode=release --valgrind simple message
$(PYTHON) tools/test.py --mode=release --valgrind simple

test/gc/node_modules/weak/build/Release/weakref.node:
@if [ ! -f jx ]; then make all; fi
Expand Down

0 comments on commit 8064279

Please sign in to comment.