madf / async-radius

Simple RADIUS server with C++ and Boost.ASIO
MIT License
7 stars 3 forks source link

Add tests. #20

Open madf opened 1 year ago

madf commented 1 year ago

It would be really nice to have some tests for the lib. Building tests should be optional (e.g. by providing BUILD_TESTS option). We can use Boost.UnitTest framework for testing. Tests should live in tests subdir.