diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-09-09 23:24:35 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-09-09 23:24:35 +0100 |
commit | 2eb8897706128f3590a5b4f9ee8f3e755b74f097 (patch) | |
tree | 818290b3be9525ce20c16c8489a225b2fa634259 /test/Jamfile.jam | |
parent | bdaa314b7eacc7cd41dbf09f8f8ea6d742c3ea37 (diff) | |
download | webstat-2eb8897706128f3590a5b4f9ee8f3e755b74f097.tar.bz2 webstat-2eb8897706128f3590a5b4f9ee8f3e755b74f097.tar.xz webstat-2eb8897706128f3590a5b4f9ee8f3e755b74f097.zip |
Add test over mocked user agent fetch
Uses a file:// URL to curl fetch a local fixture.
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 2 |
1 files changed, 2 insertions, 0 deletions
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 <define>SRC=\"$(src)\" <define>TEST=\"$(test)\" + <define>FIXTURES=\"$(fixtures)\" <library>$(src)//webstat ; |