aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/reftable-tests.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-16 14:06:06 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-16 14:06:06 -0700
commitd29fc595c811b515e5991ae283cd46c420a0995b (patch)
tree3fba4e28abc893afed8ba9128665cd84251a4d25 /reftable/reftable-tests.h
parented155187b429a2a6b6475efe1767053df37ccfe1 (diff)
parent2b14ced370aea017efc32b525fd72a6dd2cc60c5 (diff)
downloadgit-d29fc595c811b515e5991ae283cd46c420a0995b.tar.gz
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failures
* cp/unit-test-reftable-stack: t-reftable-stack: add test for stack iterators t-reftable-stack: add test for non-default compaction factor t-reftable-stack: use reftable_ref_record_equal() to compare ref records t-reftable-stack: use Git's tempfile API instead of mkstemp() t: harmonize t-reftable-stack.c with coding guidelines t: move reftable/stack_test.c to the unit testing framework
Diffstat (limited to 'reftable/reftable-tests.h')
-rw-r--r--reftable/reftable-tests.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/reftable/reftable-tests.h b/reftable/reftable-tests.h
deleted file mode 100644
index 5d725c69c7..0000000000
--- a/reftable/reftable-tests.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
-Copyright 2020 Google LLC
-
-Use of this source code is governed by a BSD-style
-license that can be found in the LICENSE file or at
-https://developers.google.com/open-source/licenses/bsd
-*/
-
-#ifndef REFTABLE_TESTS_H
-#define REFTABLE_TESTS_H
-
-int stack_test_main(int argc, const char **argv);
-
-#endif