How do we test output functionalities #298
lukasdreyer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We should test that the output files created by output functionalities stay consistent. Thus, we need some reference files for these cases against which we can compare.
GTEST does not seem to support file comparison natively: https://stackoverflow.com/questions/48589258/does-gtest-support-file-comparison
Therefore we need to decide on a way to test output functionalities of t8code.
Beta Was this translation helpful? Give feedback.
All reactions