summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-27 18:51:59 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-27 18:51:59 +0100
commit01ccd4e00d0990bd191ccc07a22895a68df65634 (patch)
tree49fe02a9a72ffa7d4d410231d2b7392f635cc357 /test/Jamfile.jam
parentGeneral purpose optional stream<< (diff)
downloadmygrate-01ccd4e00d0990bd191ccc07a22895a68df65634.tar.bz2
mygrate-01ccd4e00d0990bd191ccc07a22895a68df65634.tar.xz
mygrate-01ccd4e00d0990bd191ccc07a22895a68df65634.zip
Basic type mapper
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 55dcadf..d0b0e70 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -18,4 +18,4 @@ run test-streams.cpp ;
run test-misc.cpp ;
run test-mysql.cpp : : : <library>testdb ;
run test-postgresql.cpp : -- : ../db/schema.sql : <library>testdb ;
-run test-e2e.cpp : -- : ../db/schema.sql : <library>testdb ;
+run test-mapping.cpp : : : <library>testdb <implicit-dependency>testdb ;