[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-546-g2442565
Mildred Ki'Lya
silkensedai at online.fr
Fri Oct 9 23:17:32 UTC 2009
The following commit has been merged in the stable branch:
commit 2c82081c81d66321e453331cb9a0298e042099f2
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date: Fri Oct 9 19:38:50 2009 +0200
run-tests.sh add local lisaac executable to PATH
diff --git a/run-tests.sh b/run-tests.sh
index b2f73b9..1cd98b3 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -23,6 +23,14 @@ done
if $op_default; then
cd "`dirname "$0"`"
+ if [ -x bin/lisaac -o -x shorter ]; then
+ echo "Add to PATH: `pwd`/bin"
+ export PATH="`pwd`/bin:$PATH"
+ fi
+ if [ -x lisaac -o -x shorter ]; then
+ echo "Add to PATH: `pwd`"
+ export PATH="`pwd`:$PATH"
+ fi
n=0
failed=()
for f in tests/*; do
--
Lisaac compiler
More information about the Lisaac-commits
mailing list