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

Upgrade underscore to 1.4.4, including tests

This commit is contained in:
Robert Krimen
2013-02-04 15:38:46 -08:00
parent aaa90bf65c
commit 15aadd333c
14 changed files with 6250 additions and 4986 deletions

View File

@@ -1,4 +1,5 @@
.PHONY: test assets todo fixme otto run test-all release test-synopsis test-i test262
.PHONY: underscore
export TERST_BASE=$(PWD)
@@ -35,6 +36,14 @@ TEST := -v --run Lexer
TEST := -v --run Reflect
TEST := -v --run _reflectSlice
TEST := -v --run _reflect
TEST := -v --run _underscore_arrays
TEST := -v --run _underscore_chaining
TEST := -v --run _underscore_collections
TEST := -v --run _underscore_functions
TEST := -v --run _underscore_objects
TEST := -v --run _underscore_
TEST := -v --run _underscore_utility_8\|9
TEST := -v --run _underscore_utility
TEST := .
test: test-i
@@ -70,3 +79,6 @@ test-synopsis: .test test-i otto
test262: .test
$(MAKE) -C .test/test262 test
underscore:
$(MAKE) -C $@