adds success printf to mug_tests

This commit is contained in:
Joe Bryan 2019-05-12 02:27:02 -07:00
parent 0661538ae0
commit 9af3034862

View File

@ -90,6 +90,8 @@ _test_mug(void)
exit(1);
}
}
fprintf(stderr, "test_mug: ok\n");
}
/* main(): run all test cases.