From 03cf5a8762b97ed54def2d0049d0dd92772d97a5 Mon Sep 17 00:00:00 2001 From: pithikos Date: Sat, 3 Jan 2015 16:48:56 +0000 Subject: [PATCH] tests --- tests/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..97efa54 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,8 @@ +Tests +------------------------------------------------------------------------ + +Each test creates a _test_.c with the source of the last test being executed. +On error, this source stays there and a .log file is created for debugging. + + +You run a test file directly. For example `./memleaks`