9888984522b1fd540430acb0836ec75221df9d41.svn-base 217 Bytes

test/browser/qs.js: querystring.js
	component build package.json test/browser/qs

querystring.js: lib/head.js lib/querystring.js lib/tail.js
	cat $^ > $@ 

test:
	@./node_modules/.bin/mocha \
		--ui bdd

.PHONY: test