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

Adjust Makefile (test-synopsis)

This commit is contained in:
Robert Krimen
2013-01-25 10:46:58 -08:00
parent 4750432d5c
commit 8044e8ae38

View File

@@ -62,9 +62,8 @@ test-all: test-i
release: test-all test-synopsis
for package in . underscore registry; do (cd $$package && godocdown --signature > README.markdown); done
test-synopsis: .test test-i
cd .test/synopsis && go test -v
cd .test/synopsis && otto example.js
test-synopsis: .test test-i otto
$(MAKE) -C .test/synopsis
test262: .test
$(MAKE) -C .test/test262 test