1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Add test262 testing environment

http://test262.ecmascript.org/
This commit is contained in:
Robert Krimen
2012-10-16 10:07:04 -07:00
parent defac5b22e
commit d4c606a2a0
5 changed files with 34 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: test assets todo fixme otto run test-all release test-synopsis test-i
.PHONY: test assets todo fixme otto run test-all release test-synopsis test-i test262
export TERST_BASE=$(PWD)
@@ -53,3 +53,6 @@ release: test-all test-synopsis
test-synopsis: test-i
cd .test && go test -v
cd .test && otto example.js
test262:
$(MAKE) -C .test262 test