Skip to content

Commit

Permalink
Added Connect submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 7, 2010
1 parent 70d9ef4 commit 25e7967
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "support/expresso"]
path = support/expresso
url = git://github.com/visionmedia/expresso.git
[submodule "support/connect"]
path = support/connect
url = git://github.com/extjs/Connect.git
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ MANPAGES =$(DOCS:.md=.1)
HTMLDOCS =$(DOCS:.md=.html)

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

docs: docs/api.html $(MANPAGES) $(HTMLDOCS)

Expand Down
1 change: 1 addition & 0 deletions support/connect
Submodule connect added at 147ab4

0 comments on commit 25e7967

Please sign in to comment.