SUITE_ADD_TEST     95 test/api/gc-test.c   SUITE_ADD_TEST(S, gc_test_start);
SUITE_ADD_TEST     97 test/api/gc-test.c   SUITE_ADD_TEST(S, gc_test_alloc1);
SUITE_ADD_TEST     98 test/api/gc-test.c   SUITE_ADD_TEST(S, gc_test_alloc4);
SUITE_ADD_TEST    100 test/api/gc-test.c   SUITE_ADD_TEST(S, gc_test_forward);
SUITE_ADD_TEST    101 test/api/gc-test.c   SUITE_ADD_TEST(S, gc_test_gc_minor);
SUITE_ADD_TEST    102 test/api/gc-test.c   SUITE_ADD_TEST(S, gc_test_gc_major);
SUITE_ADD_TEST    254 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_nil);
SUITE_ADD_TEST    255 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_bool);
SUITE_ADD_TEST    256 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_int1);
SUITE_ADD_TEST    257 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_int2);
SUITE_ADD_TEST    258 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_int3);
SUITE_ADD_TEST    259 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_double);
SUITE_ADD_TEST    260 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_str);
SUITE_ADD_TEST    261 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_empty);
SUITE_ADD_TEST    262 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_tuple);
SUITE_ADD_TEST    263 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_sig);
SUITE_ADD_TEST    264 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_proto);
SUITE_ADD_TEST    265 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_eval);
SUITE_ADD_TEST    266 test/api/potion-test.c   SUITE_ADD_TEST(S, potion_test_allocated);