X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan_tools%2Flibtap%2Ftests%2FREADME;fp=ccan_tools%2Flibtap%2Ftests%2FREADME;h=0000000000000000000000000000000000000000;hb=89afb563a8fea1e1c6d4bbcc6b1c51aa6cc8f045;hp=958b0abafe93e0e7b7d4a33f9f29fa04e7f312a3;hpb=2d6759d42218bef651c0ece58fe36212099a313c;p=ccan diff --git a/ccan_tools/libtap/tests/README b/ccan_tools/libtap/tests/README deleted file mode 100644 index 958b0aba..00000000 --- a/ccan_tools/libtap/tests/README +++ /dev/null @@ -1,9 +0,0 @@ -Most of the tests follow the same pattern. - - * test.pl that uses Test::More, and demonstrates whatever functionality - that we're trying to test. This is the reference code. - - * test.c, which tests the libtap reimplementation of the same functionality. - - * test.t, which compiles the .c program, runs both test scripts, and then - diffs their output to make sure it's identical.