From b2416925f8845b70ed25fb4ec7cde8ef11e8c239 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 21 Aug 2025 20:39:52 +0100 Subject: Initial commit; basic Apache log parsing --- test/Jamfile.jam | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/Jamfile.jam (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam new file mode 100644 index 0000000..a008606 --- /dev/null +++ b/test/Jamfile.jam @@ -0,0 +1,14 @@ +lib boost_unit_test_framework : : shared ; + +path-constant src : ../src ; +path-constant test : . ; + +run test-ingest.cpp : + -- : + : + BOOST_TEST_DYN_LINK + SRC=\"$(src)\" + TEST=\"$(test)\" + $(src)//webstat + boost_unit_test_framework + ; -- cgit v1.2.3