Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved dependencies into support/ from tests/support
Adapted Makefile
  • Loading branch information
rauchg committed Oct 3, 2010
1 parent 0dd9cc3 commit 36463a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Expand Up @@ -10,3 +10,9 @@
[submodule "support/socket.io-client"] [submodule "support/socket.io-client"]
path = support/socket.io-client path = support/socket.io-client
url = git://github.com/LearnBoost/Socket.IO.git url = git://github.com/LearnBoost/Socket.IO.git
[submodule "support/node-websocket-client"]
path = support/node-websocket-client
url = git://github.com/pgriess/node-websocket-client.git
[submodule "support/expresso"]
path = support/expresso
url = git://github.com/visionmedia/expresso.git
2 changes: 1 addition & 1 deletion Makefile
@@ -1,2 +1,2 @@
test: test:
./tests/support/expresso/bin/expresso -I lib $(TESTFLAGS) tests/*.js ./support/expresso/bin/expresso -I lib $(TESTFLAGS) tests/*.js
Submodule expresso updated from 000000 to 2ea263
1 change: 1 addition & 0 deletions support/node-websocket-client
Submodule node-websocket-client added at bf4f9d
1 change: 0 additions & 1 deletion tests/support/node-websocket-client
Submodule node-websocket-client deleted from 9908f3

0 comments on commit 36463a2

Please sign in to comment.