From 7ce406f8881c8d598daa179468a9eda90459c32f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 24 Sep 2014 23:47:31 +0000 Subject: Fixes for new sord. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5465 a436a847-0d15-0410-975c-d299462d15a1 --- test/lilv_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/lilv_test.c b/test/lilv_test.c index 52d4113..6d652c1 100644 --- a/test/lilv_test.c +++ b/test/lilv_test.c @@ -159,6 +159,7 @@ cleanup(void) #define TEST_ASSERT(check) do {\ test_count++;\ if (!(check)) {\ + assert(false);\ error_count++;\ fprintf(stderr, "lilv_test.c:%d: error: %s\n", __LINE__, #check);\ }\ -- cgit v1.2.1