node_modules/@financial-times/n-gage/index.mk:
	npm install --no-save @financial-times/n-gage
	touch $@

-include node_modules/@financial-times/n-gage/index.mk

IGNORE_A11Y = true

run:
	node ./test/fixtures/express/app.js

test-server:
	mocha test/shared/ test/server/

test-client:
	karma start karma.conf.js

test: test-server verify
