Whoops; recursion in npm test

dev/git-series/gccdum
Matt Godbolt 7 years ago
parent 0362e0cbae
commit 107c5288cb

@ -51,7 +51,6 @@ node_modules: $(NODE_MODULES)
bower_modules: $(BOWER_MODULES)
test: $(NODE_MODULES) lint
$(NPM) test
$(MAKE) -C c-preload test
@echo Tests pass

Loading…
Cancel
Save