Skip to content

Commit

Permalink
Added connect submodule for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 20, 2010
1 parent 8ca68cd commit 088d048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -1,3 +1,6 @@
[submodule "support/expresso"]
path = support/expresso
url = git://github.com/visionmedia/expresso.git
[submodule "support/connect"]
path = support/connect
url = http://github.com/senchalabs/connect.git
3 changes: 2 additions & 1 deletion Makefile
@@ -1,6 +1,7 @@

test:
@CONNECT_ENV=test ./support/expresso/bin/expresso
@CONNECT_ENV=test ./support/expresso/bin/expresso \
-I support/connect/lib

index.html: index.js
dox --title "Connect Form" \
Expand Down
1 change: 1 addition & 0 deletions support/connect
Submodule connect added at 4010f7

0 comments on commit 088d048

Please sign in to comment.