about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 66c4681..81484a7 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -100,6 +100,7 @@ $(deps):
           { echo >&2 "E '$(dep_bin)' not found in PATH=$(PATH)"; exit 1; }
         @mv $@.$(pid) $@
 dep: $(deps)
+        $(MAKE) -C .. isolate
 
 $(MODEL_T): export model = $(firstword $(subst ., ,$@))
 $(MODEL_T): script = $(subst $(model).,,$@)