compile fixes + unit tests

This commit is contained in:
Roland Conybeare 2023-10-23 15:54:57 -04:00
commit 797db3e021
10 changed files with 114 additions and 9 deletions

View file

@ -0,0 +1,6 @@
/* file distribution_utest_main.cpp */
#define CATCH_CONFIG_MAIN
#include "catch2/catch.hpp"
/* end distribution_utest_main.cpp */