Added Makefile
This commit is contained in:
parent
0da5e352b1
commit
1aa5251817
|
@ -0,0 +1,3 @@
|
|||
[submodule "support/nodeunit"]
|
||||
path = support/nodeunit
|
||||
url = https://github.com/caolan/nodeunit.git
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
check:
|
||||
@./support/nodeunit/bin/nodeunit test/common_test.js
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b41facc8505e4516161452239a25711413711373
|
Loading…
Reference in New Issue