From d0fe9fe6c613ec8894ca4b1d330e7847845a4710 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 23 Aug 2025 15:34:51 +0100 Subject: Add DB schema and setup a mock of it in testing --- test/Jamfile.jam | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index a008606..8460cef 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -1,14 +1,20 @@ lib boost_unit_test_framework : : shared ; +lib dbpptestcore : : shared ; +lib stdc++fs ; path-constant src : ../src ; path-constant test : . ; run test-ingest.cpp : -- : + ../src/schema.sql : BOOST_TEST_DYN_LINK SRC=\"$(src)\" TEST=\"$(test)\" $(src)//webstat + ..//dbpp-postgresql boost_unit_test_framework + dbpptestcore + stdc++fs ; -- cgit v1.2.3