diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-19 14:01:01 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-19 14:01:01 -0700 |
commit | 936e76b8945c6f310ad893905e08728715620e38 (patch) | |
tree | 39c969cb8739e26e3c4f628b50f1afffa8330dcc /Makefile | |
parent | f1ae9e6f2a4503b9c5ab55abb13d95cbd9ee753c (diff) | |
download | jsCalDAV-936e76b8945c6f310ad893905e08728715620e38.tar.gz |
v1 sax parser
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ test: --ui tdd \ --reporter $(REPORTER) \ --growl test/helper.js \ + test/webcals/sax/*_test.js \ test/webcals/*_test.js .PHONY: watch |