]> granicus.if.org Git - check/commit
List test names in the master_tests table
authorBranden Archer <b.m.archer4@gmail.com>
Sun, 6 Nov 2016 14:01:40 +0000 (09:01 -0500)
committerBranden Archer <b.m.archer4@gmail.com>
Sun, 6 Nov 2016 15:40:22 +0000 (10:40 -0500)
commite8c3bb58ef70578feb20fe06fcda6d17b6dce578
tree94c87b08bc20f8d7e86e8ea3135cb2bb168a5dc6
parent11152d75e620ec2cd052b9b9838a28f0052018fd
List test names in the master_tests table

Sometimes it is tricky to track down a unit test failure
as it is difficult to see which test actually failed.
To help make this easier all unit tests in the master_tests
table will now have the test name recorded. This will be
verified at unit test time as well, to ensure the test name
is accurate.
tests/check_check.h
tests/check_check_master.c
tests/check_check_sub.c