From d8025ff93d66ec1ff7a6ffd90783e877e9eaafff Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 13 Jun 2021 02:42:26 +0100 Subject: Support creating a PostgreSQL mock DB and filling it with a schema script --- test/Jamfile.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 691a68f..8025839 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -4,6 +4,7 @@ project : requirements ../lib//mygrate boost_unit_test_framework/shared BOOST_TEST_DYN_LINK + ROOT=\\\"$(root)\\\" ; lib testdb : -- cgit v1.2.3