diff options
author | David Robillard <d@drobilla.net> | 2014-09-24 23:47:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-09-24 23:47:31 +0000 |
commit | 7ce406f8881c8d598daa179468a9eda90459c32f (patch) | |
tree | b27249c59a2197de6cef2d7ddeab2f42630065cf /test | |
parent | 4807519449ac21e9565774f1641ea14323fe82d5 (diff) | |
download | lilv-7ce406f8881c8d598daa179468a9eda90459c32f.tar.gz lilv-7ce406f8881c8d598daa179468a9eda90459c32f.tar.bz2 lilv-7ce406f8881c8d598daa179468a9eda90459c32f.zip |
Fixes for new sord.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5465 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r-- | test/lilv_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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);\ }\ |