summaryrefslogtreecommitdiff
path: root/libmysqlpp/unittests/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-10-17 22:11:44 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-10-20 01:40:55 +0100
commit5ceff5fb8d1f1c9edcd53f73fe4bcc4029fc45a0 (patch)
tree676b2a3d320412b5e4b2cb28ac20e1c22c00add6 /libmysqlpp/unittests/Jamfile.jam
parentAdd override attributes (diff)
downloadlibdbpp-mysql-5ceff5fb8d1f1c9edcd53f73fe4bcc4029fc45a0.tar.bz2
libdbpp-mysql-5ceff5fb8d1f1c9edcd53f73fe4bcc4029fc45a0.tar.xz
libdbpp-mysql-5ceff5fb8d1f1c9edcd53f73fe4bcc4029fc45a0.zip
Add support for getting last insert value
Diffstat (limited to 'libmysqlpp/unittests/Jamfile.jam')
-rw-r--r--libmysqlpp/unittests/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqlpp/unittests/Jamfile.jam b/libmysqlpp/unittests/Jamfile.jam
index ed3e78e..167939a 100644
--- a/libmysqlpp/unittests/Jamfile.jam
+++ b/libmysqlpp/unittests/Jamfile.jam
@@ -17,6 +17,7 @@ run
<library>boost_utf
<library>boost_system
<library>boost_filesystem
+ <dependency>mysqlschema.sql
:
testmysql
;