git @ Cat's Eye Technologies PL-GOTO.NET / master test.sh
master

Tree @master (Download .tar.gz)

test.sh @masterraw · history · blame

#!/bin/sh

APPLIANCES="tests/appliances/PLexceptGOTOdotNET.md"
ILASM=ilasm
if [ `which $ILASM`x = x ]; then
    echo "NOTE: $ILASM not found, skipping compiler tests."
else
    APPLIANCES="$APPLIANCES tests/appliances/PLexceptGOTOdotNET-loadngo.md"
fi
falderal $APPLIANCES tests/PLexceptGOTOdotNET.md || exit 1