diff options
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp index c89e782..d9b0da0 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -1,4 +1,6 @@ +#ifndef SW_BUILD #define BOOST_TEST_DYN_LINK +#endif #define BOOST_TEST_MODULE TgBot #include <boost/test/unit_test.hpp> |