diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-07-02 15:46:25 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-07-02 15:46:25 +0100 |
| commit | fbb5038105e26e07d34184544ea4c70892acef92 (patch) | |
| tree | 1bd79bc9280b65116dd714f202718e9a5e8d091b /test/Jamfile.jam | |
| parent | 3cc7a1b1c0bf84ffcb149741c9ca2c60d9f00068 (diff) | |
| download | webstat-fbb5038105e26e07d34184544ea4c70892acef92.tar.bz2 webstat-fbb5038105e26e07d34184544ea4c70892acef92.tar.xz webstat-fbb5038105e26e07d34184544ea4c70892acef92.zip | |
Fixes to parseEscapedString
Fix the warnings picked up by the latest clang-tidy.
Add test cases lifted from the bad_lines log.
Add missing support for \b in escaping.
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 98c0d9a..b8d4a6e 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -34,6 +34,8 @@ run test-ingest.cpp : -- : ../src/schema.sql : + <dependency>fixtures/badHex.in.txt + <dependency>fixtures/badHex.exp.txt <define>BOOST_TEST_DYN_LINK <library>testing-util <library>..//dbpp-postgresql |
