Files
FastSync/tests/test_multiprocessing.h
T
TapTap a2bcda1fcf
CI / lint (pull_request) Failing after 2s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped
fix: initialize ssl_ctx in server_create, update tests for sockaddr_storage API
2026-07-20 19:39:13 +02:00

7 lines
100 B
C

#ifndef TEST_MULTIPROCESSING_H
#define TEST_MULTIPROCESSING_H
void test_multiprocessing();
#endif