diff options
Diffstat (limited to 'test')
-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 ; |