From 018e80736c438649cc5d0a95686e1247484b1ffe Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 10 Dec 2010 15:58:31 +0100 Subject: [PATCH] Run slow tests at the end --- gw-tests/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 2475fd7..c0bb27f 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -1,4 +1,7 @@ -T=$(filter-out lib.sh,$(wildcard *.sh)) +T:=$(filter-out lib.sh,$(wildcard *.sh)) + +# Run slow test at the end +T:=$(filter-out filter%,$(T)) $(filter filter%,$(T)) .PHONY: $(T:%=run-%) -- 2.39.2