diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-13 20:26:44 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-13 20:26:44 +0100 |
commit | 8af10a4011e70ddb0cd28cd59d02928362159dee (patch) | |
tree | 8b87df9e279897575af23121ac23b1c13577145a | |
parent | Add missing database field in source config table (diff) | |
download | mygrate-8af10a4011e70ddb0cd28cd59d02928362159dee.tar.bz2 mygrate-8af10a4011e70ddb0cd28cd59d02928362159dee.tar.xz mygrate-8af10a4011e70ddb0cd28cd59d02928362159dee.zip |
Add missing dep on schema file
-rw-r--r-- | test/Jamfile.jam | 2 |
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 ; |