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