From 0b34bd33d9b74e51adccba4b330b0bd264a7d24c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Dec 2025 15:08:37 +0000 Subject: Rename test utilities to avoid name conflict. --- test/Jamfile.jam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 493c5bc..6574046 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -15,8 +15,8 @@ project WebStat-Testing : requirements gcc,debug:-Wno-missing-field-initializers ; -lib test-util : - test-util.cpp +lib testing-util : + testing-util.cpp : ..//dbpp-postgresql ; @@ -26,7 +26,7 @@ run test-ingest.cpp : ../src/schema.sql : BOOST_TEST_DYN_LINK - test-util + testing-util ..//dbpp-postgresql boost_unit_test_framework dbpptestcore @@ -34,7 +34,7 @@ run test-ingest.cpp : ; exe perf-ingest : perf-ingest.cpp : - test-util + testing-util $(src)//webstat ..//dbpp-postgresql benchmark -- cgit v1.2.3