Synchronized binutils patch from contrib, now builds again for me.
[AROS.git] / test / README
blob6bcbe2c5bcb8112888c2ef6c0699a6cf8e6af083
1 "runtests" reads from an input file binaries to be executed.
2 Default name of the input file is "testscript".
3 Comments start with #
4 The commands can have arguments
6 Test applications should have these properties:
7 - non-interactive
8 - check itself for correct results
9 - be silent when no error happens
10 - return error codes and print additional hints with the bug() function
11   in case error happens