aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/reftable-tests.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-29 11:08:16 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-29 11:08:16 -0700
commit839b808325724e4e47c3ca18b2b131c205123632 (patch)
tree73dc58f9b6e4c72a2c73c0aa80b40bf6b609ed91 /reftable/reftable-tests.h
parentd4d677704d74db389d2f56975794cd85acb8181f (diff)
parent08e83b5ec5db41dd01ce2af54ee67cb1d77e8a6e (diff)
downloadgit-839b808325724e4e47c3ca18b2b131c205123632.tar.gz
Merge branch 'cp/unit-test-reftable-block'
Another test for reftable library ported to the unit test framework. * cp/unit-test-reftable-block: t-reftable-block: mark unused argv/argc t-reftable-block: add tests for index blocks t-reftable-block: add tests for obj blocks t-reftable-block: add tests for log blocks t-reftable-block: remove unnecessary variable 'j' t-reftable-block: use xstrfmt() instead of xstrdup() t-reftable-block: use block_iter_reset() instead of block_iter_close() t-reftable-block: use reftable_record_key() instead of strbuf_addstr() t-reftable-block: use reftable_record_equal() instead of check_str() t-reftable-block: release used block reader t: harmonize t-reftable-block.c with coding guidelines t: move reftable/block_test.c to the unit testing framework
Diffstat (limited to 'reftable/reftable-tests.h')
-rw-r--r--reftable/reftable-tests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/reftable/reftable-tests.h b/reftable/reftable-tests.h
index 8d44ddc151..5d725c69c7 100644
--- a/reftable/reftable-tests.h
+++ b/reftable/reftable-tests.h
@@ -9,7 +9,6 @@ https://developers.google.com/open-source/licenses/bsd
#ifndef REFTABLE_TESTS_H
#define REFTABLE_TESTS_H
-int block_test_main(int argc, const char **argv);
int stack_test_main(int argc, const char **argv);
#endif