aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-06-26 07:21:43 +0200
committerJames Lal <james@lightsofapollo.com>2012-06-26 07:21:43 +0200
commit646e0b6991c9e85de9b8eee20e601079fb128429 (patch)
treecdd2a21d7816936556eab9f99dd32e8914c2a426 /Makefile
parent96683161e43fc0101c74f0875d1a2d445afe7e8d (diff)
downloadjsCalDAV-646e0b6991c9e85de9b8eee20e601079fb128429.tar.gz
abstract request
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10e47df..ca50ad0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ test:
--reporter $(REPORTER) \
--growl test/helper.js \
test/webcals/sax/*_test.js \
+ test/webcals/request/*_test.js \
test/webcals/*_test.js
.PHONY: watch