diff options
author | rpj <rpj> | 1999-02-18 02:47:44 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-02-18 02:47:44 +0000 |
commit | dbb2c8110de66bfa081140afce7f1d1323d2209e (patch) | |
tree | 58ccd4dfac71c33ee98f14f1abf21bbd6c1041da | |
parent | 2fe22a5f0899121eede011f2620561c0031cb520 (diff) |
Add tests/README.
-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 + |