/* 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 */ #include "system.h" #include "tree.h" #include "test_framework.h" #include "reftable-tests.h" static int test_compare(const void *a, const void *b) { … } struct curry { … }; static void check_increasing(void *arg, void *key) { … } static void test_tree(void) { … } int tree_test_main(int argc, const char *argv[]) { … }