Skip to content

Commit

Permalink
add Make test_js
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Dec 22, 2011
1 parent bda3777 commit e0e0503
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -32,6 +32,9 @@ test_nodeunit_pure:
@echo "\n == Execute Test Suite using Pure JS BSON Parser == "
@$(NODEUNIT) test/ test/gridstore test/bson

test_js:
@$(NODEUNIT) $(TESTS)

test_nodeunit_replicaset_pure:
@echo "\n == Execute Test Suite using Pure JS BSON Parser == "
@$(NODEUNIT) test/replicaset
Expand All @@ -56,4 +59,4 @@ clean:
rm ./external-libs/bson/bson.node
rm -r ./external-libs/bson/build

.PHONY: total
.PHONY: total

0 comments on commit e0e0503

Please sign in to comment.