added documentation on unit testing with catch2

This commit is contained in:
myerspat 2022-12-23 12:54:59 -05:00
parent 6b0baf8b1d
commit 761bfc5349
2 changed files with 27 additions and 1 deletions

View file

@ -1,5 +1,6 @@
set(TEST_NAMES
test_distribution
# Add additional unit test files here
)
foreach(test ${TEST_NAMES})