changed from spidermonkey to v8 for tests

This commit is contained in:
Kallfaktorn 2011-04-29 19:59:42 +02:00
parent 8d32257feb
commit b69e75432a

View file

@ -25,7 +25,7 @@ ifeq ($(strip $(MOD)),)
cd $(BEAMDIR) ; erl -noinput -pa ../erlang_js/ebin -eval 'eunit:test({dir, "."}, [verbose]), init:stop()' ;
else
$(ERLC) $(ERLCFLAGS) $(BEAMDIR) $(TESTDIR)/$(MOD)_test.erl ;
cd $(BEAMDIR) ; erl -noinput -pa ../erlang_js/ebin -eval 'eunit:test($(MOD)_test, [verbose]), init:stop()' ;
cd $(BEAMDIR) ; erl -noinput -pa ../lib/erlv8/ebin -eval 'eunit:test($(MOD)_test, [verbose]), init:stop()' ;
endif
clean:
@ -47,4 +47,4 @@ run:
-s start_ggs
force_look:
true
true