join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
core/tests/CMakeLists.txt File Reference

Functions

 cmake_minimum_required (VERSION 3.22.1) find_package(GTest REQUIRED) add_executable(error.gtest error_test.cpp) target_link_libraries(error.gtest $
 
GTest::gtest_main gtest_discover_tests (error.gtest) add_executable(utils.gtest utils_test.cpp) target_link_libraries(utils.gtest $
 
GTest::gtest_main gtest_discover_tests (utils.gtest) add_executable(filesystem.gtest filesystem_test.cpp) target_link_libraries(filesystem.gtest $
 
GTest::gtest_main gtest_discover_tests (filesystem.gtest) add_executable(traits.gtest traits_test.cpp) target_link_libraries(traits.gtest $
 
GTest::gtest_main gtest_discover_tests (traits.gtest) add_executable(variant.gtest variant_test.cpp) target_link_libraries(variant.gtest $
 
GTest::gtest_main gtest_discover_tests (variant.gtest) add_executable(reactor.gtest reactor_test.cpp) target_link_libraries(reactor.gtest $
 
GTest::gtest_main gtest_discover_tests (reactor.gtest) add_executable(realtimetimer.gtest realtimetimer_test.cpp) target_link_libraries(realtimetimer.gtest $
 
GTest::gtest_main gtest_discover_tests (realtimetimer.gtest) add_executable(monotonictimer.gtest monotonictimer_test.cpp) target_link_libraries(monotonictimer.gtest $
 
GTest::gtest_main gtest_discover_tests (monotonictimer.gtest) add_executable(sharedmem.gtest sharedmem_test.cpp) target_link_libraries(sharedmem.gtest $
 
GTest::gtest_main rt gtest_discover_tests (sharedmem.gtest) add_executable(spsc.gtest spsc_test.cpp) target_link_libraries(spsc.gtest $
 
GTest::gtest_main rt gtest_discover_tests (spsc.gtest) add_executable(mpsc.gtest mpsc_test.cpp) target_link_libraries(mpsc.gtest $
 
GTest::gtest_main rt gtest_discover_tests (mpsc.gtest) add_executable(mpmc.gtest mpmc_test.cpp) target_link_libraries(mpmc.gtest $
 
GTest::gtest_main rt gtest_discover_tests (mpmc.gtest) add_executable(spscendpoint.gtest spscendpoint_test.cpp) target_link_libraries(spscendpoint.gtest $
 
GTest::gtest_main rt gtest_discover_tests (spscendpoint.gtest) add_executable(mpscendpoint.gtest spscendpoint_test.cpp) target_link_libraries(mpscendpoint.gtest $
 
GTest::gtest_main rt gtest_discover_tests (mpscendpoint.gtest) add_executable(mpmcendpoint.gtest spscendpoint_test.cpp) target_link_libraries(mpmcendpoint.gtest $
 
GTest::gtest_main rt gtest_discover_tests (mpmcendpoint.gtest) add_executable(mutex.gtest mutex_test.cpp) target_link_libraries(mutex.gtest $
 
GTest::gtest_main gtest_discover_tests (mutex.gtest) add_executable(recursivemutex.gtest recursivemutex_test.cpp) target_link_libraries(recursivemutex.gtest $
 
GTest::gtest_main gtest_discover_tests (recursivemutex.gtest) add_executable(sharedmutex.gtest sharedmutex_test.cpp) target_link_libraries(sharedmutex.gtest $
 
GTest::gtest_main rt gtest_discover_tests (sharedmutex.gtest) add_executable(condition.gtest condition_test.cpp) target_link_libraries(condition.gtest $
 
GTest::gtest_main gtest_discover_tests (condition.gtest) add_executable(sharedcondition.gtest sharedcondition_test.cpp) target_link_libraries(sharedcondition.gtest $
 
GTest::gtest_main rt gtest_discover_tests (sharedcondition.gtest) add_executable(semaphore.gtest semaphore_test.cpp) target_link_libraries(semaphore.gtest $
 
GTest::gtest_main gtest_discover_tests (semaphore.gtest) add_executable(sharedsemaphore.gtest sharedsemaphore_test.cpp) target_link_libraries(sharedsemaphore.gtest $
 
GTest::gtest_main rt gtest_discover_tests (sharedsemaphore.gtest) add_executable(thread.gtest thread_test.cpp) target_link_libraries(thread.gtest $
 
GTest::gtest_main gtest_discover_tests (thread.gtest) add_executable(threadpool.gtest threadpool_test.cpp) target_link_libraries(threadpool.gtest $
 
GTest::gtest_main gtest_discover_tests (threadpool.gtest) add_executable(macaddress.gtest macaddress_test.cpp) target_link_libraries(macaddress.gtest $
 
GTest::gtest_main gtest_discover_tests (macaddress.gtest) add_executable(ipaddress.gtest ipaddress_test.cpp) target_link_libraries(ipaddress.gtest $
 
GTest::gtest_main gtest_discover_tests (ipaddress.gtest) add_executable(endpoint.gtest endpoint_test.cpp) target_link_libraries(endpoint.gtest $
 
GTest::gtest_main gtest_discover_tests (endpoint.gtest) add_executable(protocol.gtest protocol_test.cpp) target_link_libraries(protocol.gtest $
 
GTest::gtest_main gtest_discover_tests (protocol.gtest) add_executable(unixdgramsocket.gtest unixdgramsocket_test.cpp) target_link_libraries(unixdgramsocket.gtest $
 
GTest::gtest_main gtest_discover_tests (unixdgramsocket.gtest) add_executable(unixstreamsocket.gtest unixstreamsocket_test.cpp) target_link_libraries(unixstreamsocket.gtest $
 
GTest::gtest_main gtest_discover_tests (unixstreamsocket.gtest) add_executable(netlinksocket.gtest netlinksocket_test.cpp) target_link_libraries(netlinksocket.gtest $
 
GTest::gtest_main gtest_discover_tests (netlinksocket.gtest) add_executable(unixstreamacceptor.gtest unixstreamacceptor_test.cpp) target_link_libraries(unixstreamacceptor.gtest $
 
GTest::gtest_main gtest_discover_tests (unixstreamacceptor.gtest) add_executable(rawsocket.gtest rawsocket_test.cpp) target_link_libraries(rawsocket.gtest $
 
GTest::gtest_main gtest_discover_tests (rawsocket.gtest) add_executable(udpsocket.gtest udpsocket_test.cpp) target_link_libraries(udpsocket.gtest $
 
GTest::gtest_main gtest_discover_tests (udpsocket.gtest) add_executable(icmpsocket.gtest icmpsocket_test.cpp) target_link_libraries(icmpsocket.gtest $
 
GTest::gtest_main gtest_discover_tests (icmpsocket.gtest) add_executable(tcpsocket.gtest tcpsocket_test.cpp) target_link_libraries(tcpsocket.gtest $
 
GTest::gtest_main gtest_discover_tests (tcpsocket.gtest) add_executable(tcpsocketstream.gtest tcpsocketstream_test.cpp) target_link_libraries(tcpsocketstream.gtest $
 
GTest::gtest_main gtest_discover_tests (tcpsocketstream.gtest) add_executable(tcpacceptor.gtest tcpacceptor_test.cpp) target_link_libraries(tcpacceptor.gtest $
 
GTest::gtest_main gtest_discover_tests (tcpacceptor.gtest) add_executable(tlserror.gtest tlserror_test.cpp) target_link_libraries(tlserror.gtest $
 
GTest::gtest_main gtest_discover_tests (tlserror.gtest) add_executable(tlssocket.gtest tlssocket_test.cpp) target_link_libraries(tlssocket.gtest $
 
GTest::gtest_main gtest_discover_tests (tlssocket.gtest) add_executable(tlssocketstream.gtest tlssocketstream_test.cpp) target_link_libraries(tlssocketstream.gtest $
 
GTest::gtest_main gtest_discover_tests (tlssocketstream.gtest) add_executable(tlsacceptor.gtest tlsacceptor_test.cpp) target_link_libraries(tlsacceptor.gtest $
 
GTest::gtest_main gtest_discover_tests (tlsacceptor.gtest) add_executable(openssl.gtest openssl_test.cpp) target_link_libraries(openssl.gtest $
 

Function Documentation

◆ cmake_minimum_required()

cmake_minimum_required ( VERSION 3.22. 1)

◆ gtest_discover_tests() [1/42]

GTest::gtest_main gtest_discover_tests ( condition. gtest)

◆ gtest_discover_tests() [2/42]

GTest::gtest_main gtest_discover_tests ( endpoint. gtest)

◆ gtest_discover_tests() [3/42]

GTest::gtest_main gtest_discover_tests ( error. gtest)

◆ gtest_discover_tests() [4/42]

GTest::gtest_main gtest_discover_tests ( filesystem. gtest)

◆ gtest_discover_tests() [5/42]

GTest::gtest_main gtest_discover_tests ( icmpsocket. gtest)

◆ gtest_discover_tests() [6/42]

GTest::gtest_main gtest_discover_tests ( ipaddress. gtest)

◆ gtest_discover_tests() [7/42]

GTest::gtest_main gtest_discover_tests ( macaddress. gtest)

◆ gtest_discover_tests() [8/42]

GTest::gtest_main gtest_discover_tests ( monotonictimer. gtest)

◆ gtest_discover_tests() [9/42]

GTest::gtest_main rt gtest_discover_tests ( mpmc. gtest)

◆ gtest_discover_tests() [10/42]

GTest::gtest_main rt gtest_discover_tests ( mpmcendpoint. gtest)

◆ gtest_discover_tests() [11/42]

GTest::gtest_main rt gtest_discover_tests ( mpsc. gtest)

◆ gtest_discover_tests() [12/42]

GTest::gtest_main rt gtest_discover_tests ( mpscendpoint. gtest)

◆ gtest_discover_tests() [13/42]

GTest::gtest_main gtest_discover_tests ( mutex. gtest)

◆ gtest_discover_tests() [14/42]

GTest::gtest_main gtest_discover_tests ( netlinksocket. gtest)

◆ gtest_discover_tests() [15/42]

GTest::gtest_main gtest_discover_tests ( protocol. gtest)

◆ gtest_discover_tests() [16/42]

GTest::gtest_main gtest_discover_tests ( rawsocket. gtest)

◆ gtest_discover_tests() [17/42]

GTest::gtest_main gtest_discover_tests ( reactor. gtest)

◆ gtest_discover_tests() [18/42]

GTest::gtest_main gtest_discover_tests ( realtimetimer. gtest)

◆ gtest_discover_tests() [19/42]

GTest::gtest_main gtest_discover_tests ( recursivemutex. gtest)

◆ gtest_discover_tests() [20/42]

GTest::gtest_main gtest_discover_tests ( semaphore. gtest)

◆ gtest_discover_tests() [21/42]

GTest::gtest_main rt gtest_discover_tests ( sharedcondition. gtest)

◆ gtest_discover_tests() [22/42]

GTest::gtest_main rt gtest_discover_tests ( sharedmem. gtest)

◆ gtest_discover_tests() [23/42]

GTest::gtest_main rt gtest_discover_tests ( sharedmutex. gtest)

◆ gtest_discover_tests() [24/42]

GTest::gtest_main rt gtest_discover_tests ( sharedsemaphore. gtest)

◆ gtest_discover_tests() [25/42]

GTest::gtest_main rt gtest_discover_tests ( spsc. gtest)

◆ gtest_discover_tests() [26/42]

GTest::gtest_main rt gtest_discover_tests ( spscendpoint. gtest)

◆ gtest_discover_tests() [27/42]

GTest::gtest_main gtest_discover_tests ( tcpacceptor. gtest)

◆ gtest_discover_tests() [28/42]

GTest::gtest_main gtest_discover_tests ( tcpsocket. gtest)

◆ gtest_discover_tests() [29/42]

GTest::gtest_main gtest_discover_tests ( tcpsocketstream. gtest)

◆ gtest_discover_tests() [30/42]

GTest::gtest_main gtest_discover_tests ( thread. gtest)

◆ gtest_discover_tests() [31/42]

GTest::gtest_main gtest_discover_tests ( threadpool. gtest)

◆ gtest_discover_tests() [32/42]

GTest::gtest_main gtest_discover_tests ( tlsacceptor. gtest)

◆ gtest_discover_tests() [33/42]

GTest::gtest_main gtest_discover_tests ( tlserror. gtest)

◆ gtest_discover_tests() [34/42]

GTest::gtest_main gtest_discover_tests ( tlssocket. gtest)

◆ gtest_discover_tests() [35/42]

GTest::gtest_main gtest_discover_tests ( tlssocketstream. gtest)

◆ gtest_discover_tests() [36/42]

GTest::gtest_main gtest_discover_tests ( traits. gtest)

◆ gtest_discover_tests() [37/42]

GTest::gtest_main gtest_discover_tests ( udpsocket. gtest)

◆ gtest_discover_tests() [38/42]

GTest::gtest_main gtest_discover_tests ( unixdgramsocket. gtest)

◆ gtest_discover_tests() [39/42]

GTest::gtest_main gtest_discover_tests ( unixstreamacceptor. gtest)

◆ gtest_discover_tests() [40/42]

GTest::gtest_main gtest_discover_tests ( unixstreamsocket. gtest)

◆ gtest_discover_tests() [41/42]

GTest::gtest_main gtest_discover_tests ( utils. gtest)

◆ gtest_discover_tests() [42/42]

GTest::gtest_main gtest_discover_tests ( variant. gtest)