From c06e6d0dd43d3868afeacd39c72573bacdde6afb Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 4 Mar 2013 15:44:25 +0100 Subject: qa: add final OK message after checking release of clone objects For consistency with other tests. Signed-off-by: Pablo Neira Ayuso --- qa/test_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qa/test_api.c') diff --git a/qa/test_api.c b/qa/test_api.c index 6811ea7..e1f1750 100644 --- a/qa/test_api.c +++ b/qa/test_api.c @@ -281,5 +281,7 @@ int main(void) nfct_destroy(tmp); nfexp_destroy(exp); nfexp_destroy(tmp_exp); + printf("OK\n"); + return EXIT_SUCCESS; } -- cgit v1.2.3