From 2eb8897706128f3590a5b4f9ee8f3e755b74f097 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 9 Sep 2025 23:24:35 +0100 Subject: Add test over mocked user agent fetch Uses a file:// URL to curl fetch a local fixture. --- test/Jamfile.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 0542a73..217feec 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -5,10 +5,12 @@ lib stdc++fs ; path-constant src : ../src ; path-constant test : . ; +path-constant fixtures : fixtures ; project WebStat-Testing : requirements SRC=\"$(src)\" TEST=\"$(test)\" + FIXTURES=\"$(fixtures)\" $(src)//webstat ; -- cgit v1.2.3