about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-03 17:15:18 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-03 17:15:36 -0700
commit6d62a7de86369e046e6f6b221153d867df11e74c (patch)
treec51c9f0d6d674fae46060627ef62d9f88a4c8f81 /t/GNUmakefile
parentcf122e941e10c2812b7ba5e75c053a28950ddcb6 (diff)
downloadrainbows-6d62a7de86369e046e6f6b221153d867df11e74c.tar.gz
depend on Isolate ~> 2.0.2 for development
It's useful given all the Gems we support but don't have hard
installation dependencies on.
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).,,$@)