3 Commits

Author SHA1 Message Date
Alexander Grund
ec3f3e1b32 Make the test library a compiled library
Convert the header-only library to a compiled library which additionally depends (privately) on another compiled library (Boost.Atomic chosen as it has few other dependencies).
This reproduces the runtime link failure of #155 when compiling shared libraries.
2025-10-30 11:16:53 +01:00
Alexander Grund
88eedcc17f Add test folder to include path 2022-03-08 16:04:58 +01:00
Mateusz Łoskot
6c354befa8 Set up boost-ci self-test to be run on supported CI-s (#37)
Enable AppVeyor, Azure Pipelines and Travis CI for self.
Add test/ with basic health checks to be run on supported CI-s.
Add fake library header for depinst.py.
Disable codecov.io for boost-ci self-check on Travis CI.

Requires change in #35
2020-03-19 21:56:00 +01:00