Use static linking instead of dynamic linking for Boost.Test

This commit is contained in:
Tessil
2022-03-24 13:49:40 +00:00
parent 9775e6a5fc
commit 38ace2fcd9
5 changed files with 1 additions and 10 deletions

View File

@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#define BOOST_TEST_DYN_LINK
#include <tsl/robin_map.h>
#include <boost/test/unit_test.hpp>

View File

@@ -22,6 +22,5 @@
* SOFTWARE.
*/
#define BOOST_TEST_MODULE robin_map_tests
#define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp>

View File

@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#define BOOST_TEST_DYN_LINK
#include <tsl/robin_growth_policy.h>
#include <boost/mpl/list.hpp>

View File

@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#define BOOST_TEST_DYN_LINK
#include <tsl/robin_map.h>
#include <boost/mpl/list.hpp>

View File

@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#define BOOST_TEST_DYN_LINK
#include <tsl/robin_set.h>
#include <boost/mpl/list.hpp>