Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ipc_tests.cpp
Go to the documentation of this file.
1// Copyright (c) 2023 The Bitcoin Core developers
2// Distributed under the MIT software license, see the accompanying
3// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5#include <test/ipc_test.h>
6#include <boost/test/unit_test.hpp>
7
10{
11 IpcTest();
12}
BOOST_AUTO_TEST_SUITE(cuckoocache_tests)
Test Suite for CuckooCache.
BOOST_AUTO_TEST_SUITE_END()
void IpcTest()
Unit test that tests execution of IPC calls without actually creating a separate process.
Definition ipc_test.cpp:26
BOOST_AUTO_TEST_CASE(ipc_tests)
Definition ipc_tests.cpp:9