evlist__empty
if (evlist__empty(evlist)) {
TEST_ASSERT_VAL("evlist is empty", !evlist__empty(evlist));
if (evlist == NULL || evlist__empty(evlist))