summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2012-11-29 13:46:31 +0100
committerThomas Jahns <jahns@dkrz.de>2013-02-19 11:33:01 +0100
commit16cc61df50446396b987ee179e06506813a51122 (patch)
treea0a76b939e7aa1336b124d5ea7885250528dac87 /tests
parentcda68cb1363c5706315e7cadae387c34a726d947 (diff)
downloadlibaec-16cc61df50446396b987ee179e06506813a51122.tar.gz
libaec-16cc61df50446396b987ee179e06506813a51122.tar.bz2
libaec-16cc61df50446396b987ee179e06506813a51122.zip
Write directly to output buffer
Diffstat (limited to 'tests')
-rw-r--r--tests/check_aec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_aec.h b/tests/check_aec.h
index e94a48f..62a0a30 100644
--- a/tests/check_aec.h
+++ b/tests/check_aec.h
@@ -22,5 +22,5 @@ int update_state(struct test_state *state);
int encode_decode_small(struct test_state *state);
int encode_decode_large(struct test_state *state);
-
+#define CHECK_OK ""
#endif /* CHECK_AEC_H */