From 3cf494c3896f903d9e0179c12897ffb6c7cbf4d5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Sep 2015 03:03:25 +0100 Subject: MySQL mocking and tests from Project2 --- libmysqlpp/unittests/Jamfile.jam | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libmysqlpp/unittests/Jamfile.jam (limited to 'libmysqlpp/unittests/Jamfile.jam') diff --git a/libmysqlpp/unittests/Jamfile.jam b/libmysqlpp/unittests/Jamfile.jam new file mode 100644 index 0000000..3e7b030 --- /dev/null +++ b/libmysqlpp/unittests/Jamfile.jam @@ -0,0 +1,18 @@ +import testing ; + +path-constant me : . ; + +lib boost_utf : : boost_unit_test_framework ; + +run + testmysql.cpp + : : : + ROOT=\"$(me)\" + BOOST_TEST_DYN_LINK + ..//dbpp-mysql + ../../libdbpp//dbpptestcore + boost_utf + : + testmysql + ; + -- cgit v1.2.3