From 6125fcbac1e23afa941581c25cec72bcf1edf2f4 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 16 Mar 2011 23:02:38 -0400 Subject: [PATCH] Ensuring all combine tests run after all normal tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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