diff --git a/tst/test.c b/tst/test.c index c82d4ab..c60db0d 100644 --- a/tst/test.c +++ b/tst/test.c @@ -1,3 +1,4 @@ +#include #include "test.h" #if STUB_MALLOC @@ -86,5 +87,6 @@ int main(void) test_stack(); test_queue(); test_priority_queue(); + printf("Tests Passed\n"); return 0; }