/* 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 "basics.h" #include "constants.h" #include "pq.h" #include "record.h" #include "reftable-tests.h" #include "test_framework.h" void merged_iter_pqueue_check(struct merged_iter_pqueue pq) { … } static void test_pq(void) { … } int pq_test_main(int argc, const char *argv[]) { … }