From 8af10a4011e70ddb0cd28cd59d02928362159dee Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 13 Jun 2021 20:26:44 +0100 Subject: Add missing dep on schema file --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 : : : testdb ; -run test-postgresql.cpp : : : testdb ; +run test-postgresql.cpp : -- : ../db/schema.sql : testdb ; -- cgit v1.2.3