libannocheck_error libannocheck_enable_test (struct libannocheck_internals * HANDLE, const char * TEST_NAME)
Enables a specific test. Returns libannocheck_error_none
upon
success or an error code otherwise. If the test is not known then
libannocheck_error_test_not_found
is returned.
This function may change some of the fields in the data structure
returned by the libannocheck_get_known_tests
function.