diff --git a/test/Makefile b/test/Makefile index 59aabb0..62f353e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,8 @@ tests := $(shell find . \ -name 'test-*' \ - -o -name '*Test.*' \ -a ! -name 'test-combine*.js'\ + -o -name '*Test.*' \ ) tests_combine := test-combine*.js