nagios4/tap/tests
Mario Fetka 25c8be1dce Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
..
diag Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
fail Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
ok Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
pass Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
plan Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
skip Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
todo Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
Makefile.am Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
Makefile.in Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
README Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00

README

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.

   Right now, test.t is identical in every directory.  This sucks somewhat.
   It should either be a symlink to a common script