From 6d916e09eca8cc5583d555120341e224e136e77d Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Thu, 5 Jun 2008 12:39:47 +0300 Subject: [PATCH] Print PASSED if test case succeeds --- buddy/test5.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buddy/test5.c b/buddy/test5.c index 335cb12..3ec2aa8 100644 --- a/buddy/test5.c +++ b/buddy/test5.c @@ -46,6 +46,8 @@ int main(void) mpool_destroy(mpool); exit(EXIT_FAILURE); } + else + printf("mpool: PASSED\n"); /* * Free buffer -- -- 2.11.4.GIT