mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
30 lines
550 B
Plaintext
30 lines
550 B
Plaintext
* Exec file to run Special Conformance Test 4.5.2.1 *
|
|
|
|
unset exit
|
|
|
|
echo compile spc4.5.2.1.cc
|
|
compile spc4.5.2.1.cc keep=3/out
|
|
|
|
if {status} == 0
|
|
echo compile spc4521.1.cc
|
|
compile spc4521.1.cc keep=3/out1
|
|
|
|
if {status} == 0
|
|
echo link spc4.5.2.1.cc
|
|
link 3/out 3/out1 keep=3/out
|
|
|
|
if {status} == 0
|
|
3/out
|
|
|
|
else
|
|
echo Unable to link Special Conformance Test 4.5.2.1
|
|
end
|
|
|
|
else
|
|
echo Unable to compile file spc4521.1.cc
|
|
end
|
|
|
|
else
|
|
echo Unable to compile file spc4.5.2.1.cc
|
|
end
|