diff --git a/Makefile b/Makefile index 956671f..9da4080 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ MOCHAFLAGS = --require ./test/bootstrap/node # Perform self-tests. check: test + +test-integration: + ./node_modules/.bin/mocha test/integration.test.js $(MOCHAFLAGS) \ No newline at end of file