Run all tests during 'make test'
This commit is contained in:
parent
2453e66b8c
commit
b7dab1ba50
2
Makefile
2
Makefile
|
@ -58,6 +58,8 @@ CLEAN_FILES += $(TAP) ./node_modules/tap
|
||||||
test: $(TAP)
|
test: $(TAP)
|
||||||
$(TAP) test/*.test.js
|
$(TAP) test/*.test.js
|
||||||
$(TAP) test/filters/*.test.js
|
$(TAP) test/filters/*.test.js
|
||||||
|
$(TAP) test/controls/*.test.js
|
||||||
|
$(TAP) test/messages/*.test.js
|
||||||
|
|
||||||
include ./tools/mk/Makefile.deps
|
include ./tools/mk/Makefile.deps
|
||||||
include ./tools/mk/Makefile.targ
|
include ./tools/mk/Makefile.targ
|
||||||
|
|
Loading…
Reference in New Issue