starting tests with snitch v
==========================================
failed: running test case "Test location"
at /home/tocic/snitch/src/snitch.cpp:926
unhandled unknown exception caught
==========================================
error: some tests failed (1 out of 1 test cases, 0 assertions, 0.000029 seconds)
, though the path to the test file was expected to be printed.
results in
, i.e. the library contains references to its build directory. It should not contain them for reproducibility.
These strings come from the
__FILE__
macro expansions inhttps://github.com/cschreib/snitch/blob/eaa322ce9e7bbfbd0b39aa529ea59de4acbd9c42/src/snitch.cpp#L924-L926
and
https://github.com/cschreib/snitch/blob/eaa322ce9e7bbfbd0b39aa529ea59de4acbd9c42/src/snitch.cpp#L944
, which also means that the following program
will report
, though the path to the test file was expected to be printed.