Title of section
C++ unit testing and benchmarking (existing section)
Suggested section content and location
Add more instructions to the C++ unit testing and benchmarking section in order to answer the following questions (Thanks @k-doering-NOAA for bringing up those great questions!).
[x] How do we "clean up" after running the tests, since so many files are created? Do we need to delete these, or should they be retained?
[x] How do we run the tests again (say, after making an edit to a test or c++ code)? What cleanup needs to be done and which commands are used?
[x] It might be useful to add to the unit test templates what needs to be added to the cmake file each time.
[x] How do failing tests look? What information do you get? Perhaps the C++ unit testing and benchmarking section should also include an example of a failing test.
Title of section C++ unit testing and benchmarking (existing section)
Suggested section content and location Add more instructions to the C++ unit testing and benchmarking section in order to answer the following questions (Thanks @k-doering-NOAA for bringing up those great questions!).
Additional context None.