/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ipc/test/CMakeLists.txt
7 строк
304 B
Ryan Ofsky
ipc, moveonly: combine ipc_test.cpp and ipc_tests.cpp
15 июл 2026, 01:42
15 июл 2026, 01:42
7949404
Код
Авторство
О чём код?
# Copyright (c) 2023-present The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or https://opensource.org/license/mit/. target_link_libraries(test_bitcoin bitcoin_ipc_test bitcoin_ipc) add_boost_test(${CMAKE_CURRENT_SOURCE_DIR}/ipc_tests.cpp)