diff options
-rw-r--r-- | tests/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..cce2924 --- /dev/null +++ b/tests/README @@ -0,0 +1,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 + |