summaryrefslogtreecommitdiff
path: root/libmysqlpp/unittests/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/unittests/Jamfile.jam')
-rw-r--r--libmysqlpp/unittests/Jamfile.jam15
1 files changed, 15 insertions, 0 deletions
diff --git a/libmysqlpp/unittests/Jamfile.jam b/libmysqlpp/unittests/Jamfile.jam
index 167939a..c7bf637 100644
--- a/libmysqlpp/unittests/Jamfile.jam
+++ b/libmysqlpp/unittests/Jamfile.jam
@@ -22,3 +22,18 @@ run
testmysql
;
+run
+ testmysqle.cpp
+ : : :
+ <define>ROOT=\"$(me)\"
+ <define>BOOST_TEST_DYN_LINK
+ <library>..//dbpp-mysql-embedded
+ <library>dbpptestcore
+ <library>boost_utf
+ <library>boost_system
+ <library>boost_filesystem
+ <dependency>mysqlschema.sql
+ :
+ testmysqle
+ ;
+