/ src / test / ipc_tests.cpp
ipc_tests.cpp
 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  
 8  BOOST_AUTO_TEST_SUITE(ipc_tests)
 9  BOOST_AUTO_TEST_CASE(ipc_tests)
10  {
11      IpcTest();
12  }
13  BOOST_AUTO_TEST_SUITE_END()