From a19c28924d28f3633727bf86f92a0aaeb9ed7692 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Dec 2025 15:11:51 +0000 Subject: Add utility for parsing an ISO like duration --- test/Jamfile.jam | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 6574046..98c0d9a 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -21,6 +21,15 @@ lib testing-util : ..//dbpp-postgresql ; +run test-util.cpp : : : + BOOST_TEST_DYN_LINK + testing-util + ..//dbpp-postgresql + boost_unit_test_framework + dbpptestcore + stdc++fs + ; + run test-ingest.cpp : -- : ../src/schema.sql -- cgit v1.2.3