Line data Source code
1 :
2 2 : SUTE(test0003,"Basic application tests for argument parsing…");
3 2 : SUTE(test0011,"User's Manual and examples from README test set…");
4 2 : SUTE(test0013,"Dry Run mode testing…");
5 : #if 0
6 : SUTE(test0014,"Short, long, relative and absolute paths…");
7 : #endif
8 2 : SUTE(test0015,"Database upgrade testing…");
9 2 : TEST(test0016,"--watch-timestamps argument testing…");
10 2 : SUTE(test0018,"--maxdepth argument testing…");
11 2 : TEST(test0019,"Symlink operations…");
12 2 : SUTE(test0020,"DB creation attempts with missing components…");
13 2 : SUTE(test0024,"Paths with apostrophe test…");
14 2 : SUTE(test0027,"--lock-checksum option testing…");
15 2 : SUTE(test0028,"--compare mode across different types of responses…");
16 2 : SUTE(test0029,"Testing show_relative_path() function's printouts…");
17 2 : SUTE(test0030,"Example 10: --lock-checksum with --rehash-locked and --watch-timestamps…");
|