build: Add test/unit/jsParse.js to Makefile

Commit 3941961f8b added the file without referencing it in the Makefile,
which breaks distcheck.
This commit is contained in:
Florian Müllner 2011-11-22 15:30:31 +01:00
parent 5ff2285707
commit 4c7cc94cdc

View File

@ -21,6 +21,7 @@ TEST_JS = \
testcommon/ui.js \
unit/format.js \
unit/markup.js \
unit/jsParse.js \
unit/url.js
EXTRA_DIST += $(TEST_JS)