summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-27 18:59:21 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-27 18:59:21 +0100
commitd74a7b7aec40d83b940dbfe10850734075aa6c5c (patch)
treeb1e0050b6265b068956ae7d417e1d5d8baf7a985 /test/Jamfile.jam
parentBasic type mapper (diff)
downloadmygrate-d74a7b7aec40d83b940dbfe10850734075aa6c5c.tar.bz2
mygrate-d74a7b7aec40d83b940dbfe10850734075aa6c5c.tar.xz
mygrate-d74a7b7aec40d83b940dbfe10850734075aa6c5c.zip
Add an existing table to the config
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index d0b0e70..8486a14 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -8,6 +8,7 @@ project : requirements
;
lib testdb :
+ [ glob-tree *.sql : bin ]
[ glob testdb-*.cpp ] :
<link>static
;
@@ -18,4 +19,5 @@ 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 <implicit-dependency>testdb ;
run test-mapping.cpp : : : <library>testdb <implicit-dependency>testdb ;