summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-13 20:26:44 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-13 20:26:44 +0100
commit8af10a4011e70ddb0cd28cd59d02928362159dee (patch)
tree8b87df9e279897575af23121ac23b1c13577145a /test
parentAdd missing database field in source config table (diff)
downloadmygrate-8af10a4011e70ddb0cd28cd59d02928362159dee.tar.bz2
mygrate-8af10a4011e70ddb0cd28cd59d02928362159dee.tar.xz
mygrate-8af10a4011e70ddb0cd28cd59d02928362159dee.zip
Add missing dep on schema file
Diffstat (limited to 'test')
-rw-r--r--test/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 8025839..685ecf9 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -17,4 +17,4 @@ run test-bitset.cpp ;
run test-streams.cpp ;
run test-misc.cpp ;
run test-mysql.cpp : : : <library>testdb ;
-run test-postgresql.cpp : : : <library>testdb ;
+run test-postgresql.cpp : -- : ../db/schema.sql : <library>testdb ;