From 5c9443849dd33e91690369f8194ac0cd725f23ec Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 12 Jun 2021 20:31:17 +0100 Subject: Create a basic MySQL testing database class --- test/Jamfile.jam | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 2cdf94c..38bee41 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -2,13 +2,18 @@ lib boost_unit_test_framework ; project : requirements ../lib//mygrate - boost_unit_test_framework + boost_unit_test_framework/shared BOOST_TEST_DYN_LINK ; +lib testdb : + [ glob testdb-*.cpp ] : + static + ; + run test-rawDataReader.cpp ; run test-bitset.cpp ; run test-streams.cpp ; run test-misc.cpp ; -run test-mysql.cpp ; +run test-mysql.cpp : : : testdb ; run test-postgresql.cpp ; -- cgit v1.2.3