commit f2120804f42714e9493b6f8058b1d85fa5095b38 from: Sven M. Hallberg date: Sun Jul 20 14:13:35 2025 UTC documentation tweak commit - fb1f9372a755bb3f023d97a9434376e7bfefd514 commit + f2120804f42714e9493b6f8058b1d85fa5095b38 blob - dbeac89c4f385c7c599605d4ab748f550456947a blob + 865548d6d285635a9bd8f7e235fec7194649e17a --- lang/c/test.h +++ lang/c/test.h @@ -94,16 +94,16 @@ * foo() OK * bar(0xff) OK * - * A list or count of available tests can be produced by combining verbose - * mode with an impossible selection: + * A list or count of tests matching a given selection can be produced by + * issuing a dry run: * - * $ V=1 ./test - - * foo() skipped - * bar(0xff) skipped - * bar(0x0f) skipped + * $ D=1 ./test + * foo() + * bar(0xff) + * bar(0x0f) * - * $ V=1 ./test - | wc -l - * 3 + * $ D=1 ./test bar | wc -l + * 2 */ #ifndef TEST_H