?pathlinks? – Rev 1126
Blame |
Last modification |
View Log
| Download
| RSS feed
| ?url?
type %1.doc | ..\..\addcr
..\..\asl -i ..\..\include -L +t 31 %1.asm
..\..\p2bin -k -l 0 -r $-$ %1
..\..\bincmp %1.bin %1.ori
echo %1 :
OK >> ..\..\testlog
:goon
echo +---------------------------------------------------------------+
type %1.lst | find "assembly" >> ..\..\testlog
type %1.lst | find "Assemblierzeit" >> ..\..\testlog
:errcond
echo %1 :
failed >> ..\..\testlog
:main
echo Compiling 'addcr'...
gcc -o ..\addcr.exe ..\addcr.c
:nocomp
echo Compiling 'bincmp'...
gcc -o ..\bincmp.exe ..\bincmp.c
:nocomp2
echo executing self tests...
echo "================================================================="
>..\testlog
echo Summaric results:
>> ..\testlog
echo successes:
%SUMPASS% >> ..\testlog
echo failures:
%SUMFAIL% >> ..\testlog
type ..\testlog
:end