asyncio
asyncio copied to clipboard
how to build test sample?
I want to run echo_server under test directory. It doesn't generated after build in asyncio/build. How to build that test directory?
mkdir build-debug
cmake -H. -Bbuild-debug -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON
cmake --build build-debug -j