-
Notifications
You must be signed in to change notification settings - Fork 4
Writing Unit Test Code.
yuanyuanzhang edited this page Jan 15, 2020
·
1 revision
Writing test code. Once you've finished the testing code, please add it to the CMakeLists.txt file following the existing format there. Then run "make" again to compile the code, and then "ctest", which should now also be running your code. If you want to run only the test code that you just compiled (after "make"), you can run that corresponding executable in the test folder, which will give more verbal results.