diff options
-rw-r--r-- | project2/sql/unittests/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sql/unittests/Jamfile.jam b/project2/sql/unittests/Jamfile.jam index 086e5a7..8fb6918 100644 --- a/project2/sql/unittests/Jamfile.jam +++ b/project2/sql/unittests/Jamfile.jam @@ -57,6 +57,6 @@ run : : : <library>sqlTestCore <library>..//p2sqlmodODBC - <dependency>pqschema.sql + <dependency>odbcschema.sql : testodbc ; |