summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
Commit message (Collapse)AuthorAge
* Create settings structureDan Goodliffe2025-09-24
| | | | | | | Holds all the settings and their defaults for use in program_options and tests. Disables missing-field-initializers in tests because its over sensitive to structures with defaults where you only provide some values specifically.
* Add test over mocked user agent fetchDan Goodliffe2025-09-09
| | | | Uses a file:// URL to curl fetch a local fixture.
* Add an ingestor performance testDan Goodliffe2025-08-25
| | | | Generates a random long file of random data and then ingests it.
* Move common test code to its own libraryDan Goodliffe2025-08-25
|
* Add DB schema and setup a mock of it in testingDan Goodliffe2025-08-25
|
* Initial commit; basic Apache log parsingDan Goodliffe2025-08-25