Thomas Guyot-Sionnest c51b6eea0e Add a return-code check (also test cmd_run without out/err buffers) il y a 18 ans
..
Makefile.am 151531173b Run tinderbox builds in a test debug mode using "make test-debug" il y a 18 ans
Makefile.config-opts 88ff556670 Added test files to test the parse_ini.c routines. Requires libtap il y a 19 ans
README 548083b2ea Move new util_* functions to lib/ il y a 19 ans
config-tiny.ini 88ff556670 Added test files to test the parse_ini.c routines. Requires libtap il y a 19 ans
plugin.ini 88ff556670 Added test files to test the parse_ini.c routines. Requires libtap il y a 19 ans
test_base64.c 78def17d7c Fix base64 test (known string wasn't null-terminated) il y a 18 ans
test_base64.t 1ac40064c5 Adding test for base64 lib il y a 18 ans
test_cmd.c c51b6eea0e Add a return-code check (also test cmd_run without out/err buffers) il y a 18 ans
test_cmd.t 8a39526e1b Stop double expansion of parameters for negate - works like il y a 18 ans
test_disk.c d23b17e656 Added -i/-I to ignore pathes/partitions based on regular expressions il y a 18 ans
test_disk.t 548083b2ea Move new util_* functions to lib/ il y a 19 ans
test_ini.c 88ff556670 Added test files to test the parse_ini.c routines. Requires libtap il y a 19 ans
test_tcp.c 9480b4ad3e Minor corrections to test_tcp.c il y a 19 ans
test_tcp.t 0ad5dc6189 Added test cases for utils_tcp il y a 19 ans
test_utils.c 5912398b97 Major fixes to check_disk. Now should return same data as df il y a 19 ans
test_utils.t 548083b2ea Move new util_* functions to lib/ il y a 19 ans

README

The tests in here use the libtap library functions
(http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap), so are
more for unit testing the utils.c library functions.

However, it probably should be merged into the plugins/t subdirectory.