CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/09/16 14:03:23

Modified files:
        regress/lib/libcrypto/test: test.c 

Log message:
test: prefix name with parent test

Add parent test's name as a prefix to subtests, in the format
"test-1/sub-test-1/sub-test-2".

This copies Go's format for subtest names, and makes it easier to track
where a test is running when using many nested subtests.

Also add input checks to ensure parent and name are not NULL for
subtests.

ok jsing

Reply via email to