5 lines
91 B
C
5 lines
91 B
C
void do_tests() {
|
|
ASSERT(stringp(mud_status()));
|
|
ASSERT(stringp(mud_status(1)));
|
|
}
|