diff --git a/Makefile b/Makefile index 16da221..923b879 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,9 @@ COMBINE=${PATH_TOOLS}/combine TESTS := $(shell find "$(PATH_TEST)" \ -name 'test-*' \ - -a ! -name 'test-combine.js'\ + -a ! -name 'test-combine*.js'\ ) -TEST_COMBINE := $(PATH_TEST)/test-combine.js +TEST_COMBINE := $(PATH_TEST)/test-combine*.js .PHONY: test test-combine doc