summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-12-20 15:08:37 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-12-20 15:08:37 +0000
commit0b34bd33d9b74e51adccba4b330b0bd264a7d24c (patch)
treeaaef37fc02cbd8b70cadc6ce94e83e85f83c32b8 /test/Jamfile.jam
parent28892f3d4cf6d9fb6486de5197dd6d46da706f13 (diff)
downloadwebstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.tar.bz2
webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.tar.xz
webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.zip
Rename test utilities to avoid name conflict.
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam8
1 files changed, 4 insertions, 4 deletions
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
<toolset>gcc,<variant>debug:<cflags>-Wno-missing-field-initializers
;
-lib test-util :
- test-util.cpp
+lib testing-util :
+ testing-util.cpp
:
<library>..//dbpp-postgresql
;
@@ -26,7 +26,7 @@ run test-ingest.cpp :
../src/schema.sql
:
<define>BOOST_TEST_DYN_LINK
- <library>test-util
+ <library>testing-util
<library>..//dbpp-postgresql
<library>boost_unit_test_framework
<library>dbpptestcore
@@ -34,7 +34,7 @@ run test-ingest.cpp :
;
exe perf-ingest : perf-ingest.cpp :
- <library>test-util
+ <library>testing-util
<library>$(src)//webstat
<library>..//dbpp-postgresql
<library>benchmark