From 02990c26ac7b1c2a579fd0bdd6c85c88d80788be Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Fri, 16 Dec 2011 15:55:30 +0100 Subject: Makefile: Add test symlink to generated example thorns after building them --- Examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Examples') 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) -- cgit v1.2.3