summaryrefslogtreecommitdiffstats
path: root/test/ampatree_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-13 17:25:43 +0200
committerDavid Robillard <d@drobilla.net>2020-08-13 17:25:43 +0200
commitac426323570113bb13605b20d47273c8c23e3fe3 (patch)
tree0fac226b0aa526995f1ea5a2d444a23fdbfc5405 /test/ampatree_test.c
parent5139ab9b1ad4d58609f078f24bd2d013b9905cdb (diff)
downloadzix-ac426323570113bb13605b20d47273c8c23e3fe3.tar.gz
zix-ac426323570113bb13605b20d47273c8c23e3fe3.tar.bz2
zix-ac426323570113bb13605b20d47273c8c23e3fe3.zip
Add format attributes
Diffstat (limited to 'test/ampatree_test.c')
-rw-r--r--test/ampatree_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ampatree_test.c b/test/ampatree_test.c
index e14e85f..bc7d161 100644
--- a/test/ampatree_test.c
+++ b/test/ampatree_test.c
@@ -15,6 +15,7 @@
*/
#include "zix/ampatree.h"
+#include "zix/common.h"
#include <stdarg.h>
#include <stdio.h>
@@ -43,6 +44,7 @@ static const char* strings[] = {
"http://echo.jpl.nasa.gov/publications/review_abs.html",
};
+ZIX_LOG_FUNC(1, 2)
static int
test_fail(const char* fmt, ...)
{