summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>1999-02-18 02:47:44 +0000
committerrpj <rpj>1999-02-18 02:47:44 +0000
commitdbb2c8110de66bfa081140afce7f1d1323d2209e (patch)
tree58ccd4dfac71c33ee98f14f1abf21bbd6c1041da
parent2fe22a5f0899121eede011f2620561c0031cb520 (diff)
Add tests/README.
-rw-r--r--tests/README11
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
+