aboutsummaryrefslogtreecommitdiffstats
path: root/test.do
diff options
context:
space:
mode:
Diffstat (limited to 'test.do')
-rw-r--r--test.do7
1 files changed, 4 insertions, 3 deletions
diff --git a/test.do b/test.do
index 158390a..f878369 100644
--- a/test.do
+++ b/test.do
@@ -1,3 +1,4 @@
-#!/bin/bash
-deps=(common.o pack.o test.o trace.o unpack.o)
-. ./link
+#!/bin/bash -e
+objects=(common.o pack.o test.o trace.o unpack.o)
+redo-ifchange .link-executable "${objects[@]}"
+. ./.link-executable