mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-19 03:07:00 +00:00
1 line
552 B
Plaintext
Executable File
1 line
552 B
Plaintext
Executable File
* Exec file to run Special Conformance Test 4.6.3.6 *
|
|
|
|
unset exit
|
|
|
|
compile spc4.6.3.6.cc keep=3/spc4636
|
|
set errNo {status}
|
|
|
|
if {errNo} == 0
|
|
compile spc4636.1.cc keep=3/spc4636.1
|
|
|
|
set errNo {status}
|
|
if {errNo} == 0
|
|
link 3/spc4636 3/spc4636.1 keep=3/spc4636
|
|
|
|
set errNo {status}
|
|
if {errNo} == 0
|
|
3/spc4636
|
|
|
|
else
|
|
echo Unable to link Special Conformance Test 4.6.3.6
|
|
end
|
|
|
|
else
|
|
echo Unable to compile file spc4636.1.cc
|
|
end
|
|
|
|
else
|
|
echo Unable to compile file spc4.6.3.6.cc
|
|
end
|