aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-06-19 14:01:01 -0700
committerJames Lal <james@lightsofapollo.com>2012-06-19 14:01:01 -0700
commit936e76b8945c6f310ad893905e08728715620e38 (patch)
tree39c969cb8739e26e3c4f628b50f1afffa8330dcc /Makefile
parentf1ae9e6f2a4503b9c5ab55abb13d95cbd9ee753c (diff)
downloadjsCalDAV-936e76b8945c6f310ad893905e08728715620e38.tar.gz
v1 sax parser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f833021..10e47df 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ test:
--ui tdd \
--reporter $(REPORTER) \
--growl test/helper.js \
+ test/webcals/sax/*_test.js \
test/webcals/*_test.js
.PHONY: watch