asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

how to build test sample?

Open bigben0123 opened this issue 1 year ago • 1 comments

I want to run echo_server under test directory. It doesn't generated after build in asyncio/build. How to build that test directory?

bigben0123 avatar Oct 24 '24 08:10 bigben0123

          mkdir build-debug
          cmake -H. -Bbuild-debug -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON
          cmake --build build-debug -j

netcan avatar Dec 20 '24 15:12 netcan