netcan / asyncio

asyncio is a c++20 library to write concurrent code using the async/await syntax.
MIT License
812 stars 80 forks source link

how to build test sample? #24

Open bigben0123 opened 4 days ago

bigben0123 commented 4 days ago

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