Added Makefile

This commit is contained in:
Anatoliy Chakkaev 2011-11-05 17:54:52 +07:00
parent 0da5e352b1
commit 1aa5251817
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "support/nodeunit"]
path = support/nodeunit
url = https://github.com/caolan/nodeunit.git

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
check:
@./support/nodeunit/bin/nodeunit test/common_test.js

1
support/nodeunit Submodule

@ -0,0 +1 @@
Subproject commit b41facc8505e4516161452239a25711413711373