mirror of
https://github.com/bkthomps/Containers.git
synced 2025-11-16 04:24:47 +00:00
Add successful tests print (#140)
When tests pass, a message is printed to avoid ambiguity.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <stdio.h>
|
||||
#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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user