Menu

[r3]: / MainTest / Build / TestCompile  Maximize  Restore  History

Download this file

41 lines (31 with data), 758 Bytes

#!/bin/ksh -u
#!/bin/ksh -uvx
#§
#§  Compiler2 - TestCompile
#§
#§  (C) IPN - Ingenieurbuero fuer Praezisionsnumerik
#§
#§  Dipl.-Ing. Andreas Otto
#§  Ulmenstrasse 3
#§  D-34289 Zierenberg
#§  mailto:aotto@t-online.de
#§
#§  Alle Rechte vorbehalten
#§
#§

##
## ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
##

. $STDLIB

##
## ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
##

(( $# != 2 )) && Error "usage: TestSource \"plugin\" \"ext\" "

##
Head TestCompile \"$1\" ------------------------------------------
##

TGT=$1$2

Unpack $1 $TGT NO                       || Error "Unpack $1"
CctMake $TGT linuxi386                  || Error "CctMake $TGT"

[[ ! -d build/$TGT ]] && Error "dir \"build/$TGT\" not available"

exit 0
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.