xo-unit: refactor: more files to mpl/ subdir

This commit is contained in:
Roland Conybeare 2024-04-22 15:28:36 -04:00
commit 254846df4b
13 changed files with 409 additions and 313 deletions

View file

@ -769,7 +769,7 @@ namespace xo {
} /*TEST_CASE(rescale)*/
TEST_CASE("rescale2", "[quantity]") {
constexpr bool c_debug_flag = true;
constexpr bool c_debug_flag = false;
// can get bits from /dev/random by uncommenting the 2nd line below
//uint64_t seed = xxx;
@ -789,7 +789,7 @@ namespace xo {
} /*TEST_CASE(rescale2)*/
TEST_CASE("compare1", "[quantity]") {
constexpr bool c_debug_flag = true;
constexpr bool c_debug_flag = false;
// can get bits from /dev/random by uncommenting the 2nd line below
//uint64_t seed = xxx;
@ -823,7 +823,7 @@ namespace xo {
} /*TEST_CASE(compare1)*/
TEST_CASE("compare2", "[quantity]") {
constexpr bool c_debug_flag = true;
constexpr bool c_debug_flag = false;
// can get bits from /dev/random by uncommenting the 2nd line below
//uint64_t seed = xxx;