Commit 5f24addd authored by Hamza's avatar Hamza

adding test.

parent 49d1539d
......@@ -61,7 +61,7 @@ ${LINTDIR}/queries/query.js: ${SRCDIR}/queries/query.js
${LINTDIR}/${TESTDIR}/jio.storage/%.js: ${TESTDIR}/jio.storage/%.js
@mkdir -p $(@D)
${JSLINT} ${LINTOPTS} --predef QUnit --predef RSVP --predef jIO $<
${JSLINT} ${LINTOPTS} --predef QUnit --predef RSVP --predef window --predef jIO --predef ArrayBuffer --predef Uint8Array $<
@cat $< > $@
${LINTDIR}/${TESTDIR}/queries/%.js: ${TESTDIR}/queries/%.js
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment