diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 16:32:54 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 16:32:54 +0300 |
commit | 8dbd344c9bea5eb8f74adbaf51ec666aa9b1c420 (patch) | |
tree | 8fb5a4377c23fa9346e6f9bd0a5fefb391e32ad2 /test | |
parent | 919ce7b596ebcbb3785e9d4eb0bbb8208b7ef6cb (diff) |
[sw] Add test.
Diffstat (limited to 'test')
-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> |