From 088d048164acf084ee8c04e87e98105f2c942ddf Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Tue, 20 Jul 2010 08:53:56 -0700 Subject: [PATCH] Added connect submodule for testing --- .gitmodules | 3 +++ Makefile | 3 ++- support/connect | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 support/connect diff --git a/.gitmodules b/.gitmodules index ffe0dcb..e66e7a0 100644 --- a/.gitmodules +++ b/.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 diff --git a/Makefile b/Makefile index 83b5496..d21902d 100644 --- a/Makefile +++ b/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" \ diff --git a/support/connect b/support/connect new file mode 160000 index 0000000..4010f75 --- /dev/null +++ b/support/connect @@ -0,0 +1 @@ +Subproject commit 4010f756cedf822ac191803e2ad9db4cd60be3e6