mud/fluffos-2.23-ds03/testsuite/inherit/tests.c
2020-09-06 05:43:07 -07:00

14 lines
123 B
C

string test_desc;
void
describe_test(string desc)
{
test_desc = desc;
}
string
query_test_info()
{
return test_desc;
}