Reorganizing tests

Adding test_net_builder and test_reent to cmake build script.
This commit is contained in:
Michael Tryby
2019-03-21 13:44:31 -04:00
parent 5687c63548
commit 0c56df4041
3 changed files with 20 additions and 32 deletions

View File

@@ -11,9 +11,10 @@
******************************************************************************
*/
#define BOOST_TEST_MODULE "net_builder"
#define BOOST_ALL_DYN_LINK
#include <boost/test/unit_test.hpp>
#include "shared_test.hpp"
#include "test_toolkit.hpp"
BOOST_AUTO_TEST_SUITE(test_net_builder)