blob: cce2924547ce8b4935b5ee96a0f6dae127f1fbeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Running test cases in this directory
------------------------------------
runtest.bat is included for compiling and running tests.
Usage: runtest cl|gcc testname
"cl" calls the VC++ cl compiler/linker
"gcc" calls the GNU gcc compiler/linker
"testname" is the name of the C source file without the .c
|