mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-19 03:07:00 +00:00
27 lines
485 B
Plaintext
27 lines
485 B
Plaintext
* Exec file to run Special Conformance Test 25.0.1 *
|
|
|
|
unset exit
|
|
|
|
compile spc25.0.1.cc keep=3/spc25.1
|
|
|
|
if {status} == 0
|
|
compile spc25.1.1.cc keep=3/spc25.1.1
|
|
|
|
if {status} == 0
|
|
link 3/spc25.1 3/spc25.1.1 keep=3/spc25.1
|
|
|
|
if {status} == 0
|
|
3/spc25.1
|
|
|
|
else
|
|
echo Unable to link Special Conformance Test 25.0.1
|
|
end
|
|
|
|
else
|
|
echo Unable to compile file spc25.1.1.cc
|
|
end
|
|
|
|
else
|
|
echo Unable to compile file spc25.0.1.cc
|
|
end
|