diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-13 01:43:09 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-13 01:43:09 +0100 |
commit | 24cc85beab49be38416c47e13e20c2461e863cbb (patch) | |
tree | 19d0bf4f536c90a47e02cf7b502a76cb27b8b0c2 /test/Jamfile.jam | |
parent | Add a concept to differentiate streams better (diff) | |
download | mygrate-24cc85beab49be38416c47e13e20c2461e863cbb.tar.bz2 mygrate-24cc85beab49be38416c47e13e20c2461e863cbb.tar.xz mygrate-24cc85beab49be38416c47e13e20c2461e863cbb.zip |
Create and drop PostgreSQL mock DBs as needed
Diffstat (limited to 'test/Jamfile.jam')
-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 38bee41..691a68f 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -16,4 +16,4 @@ run test-bitset.cpp ; run test-streams.cpp ; run test-misc.cpp ; run test-mysql.cpp : : : <library>testdb ; -run test-postgresql.cpp ; +run test-postgresql.cpp : : : <library>testdb ; |