Tests are built as part of the main project. Don't use the CMakeLists file in the test folder.
mkdir -p _build_tests && cd _build_tests
cmake ../ -DBRINGAUTO_TESTS=ON
make./async_function_execution_testsA test that checks if the basic functionality works over aeron communication.
./async_function_execution_simple_function_testTo test if a segfault in the consumer affects the producer first run:
./async_function_execution_segfault_producer_testthen, when prompted, run:
./async_function_execution_segfault_consumer_test