aboutsummaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-12-16 15:55:30 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2011-12-16 16:06:10 +0100
commit02990c26ac7b1c2a579fd0bdd6c85c88d80788be (patch)
tree082324e26cd16aef097e64eec9e1629eb90b935a /Examples
parent7eba81cca9ed7ac9857a26b99d10abfe4a3c1e4e (diff)
Makefile: Add test symlink to generated example thorns after building them
Diffstat (limited to 'Examples')
-rw-r--r--Examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/Makefile b/Examples/Makefile
index efe5bbc..d983462 100644
--- a/Examples/Makefile
+++ b/Examples/Makefile
@@ -7,6 +7,7 @@ all: $(thorns)
$(thorns): % : %.m
$(kranc) $<
+ @if [ -r tests/$@ ]; then ln -sfh ../tests/$@ $@/test; fi
clean:
rm -rf $(thorns)