Hey Scott,
I am another cmocka user. The answer to your question (as I understand it) is no. You must declare each test and then add it to a list before you invoke cmocka.
For my projects, I have written some compiler specific macros that will do the registration for you, so it is possible to work around it.