You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: