xo-unit: refactor: more files to mpl/ subdir
This commit is contained in:
parent
f8951bfc50
commit
254846df4b
13 changed files with 409 additions and 313 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue