comparison tests/runtest @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 29dc68c949b0
children 703d9b4505f9
comparison
equal deleted inserted replaced
662:88e23f8c2354 663:6aaa3d3c1183
35 echo 35 echo
36 echo "Remember to make sure you have an up to date runtime!" 36 echo "Remember to make sure you have an up to date runtime!"
37 echo 37 echo
38 38
39 if [ -z "$DMD" ] ; then 39 if [ -z "$DMD" ] ; then
40 echo "Testing with llvmdc. Set DMD environment variable to select compiler." 40 echo "Testing with LDC. Set DMD environment variable to select compiler."
41 DMD="llvmdc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a" 41 DMD="ldc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
42 echo "Default is $DMD" 42 echo "Default is $DMD"
43 else 43 else
44 echo "Using compiler given by DMD environment variable: $DMD" 44 echo "Using compiler given by DMD environment variable: $DMD"
45 fi 45 fi
46 46