xo-unit: rename: Quantity2 -> xquantity filenames only for now

This commit is contained in:
Roland Conybeare 2024-04-30 09:37:21 -05:00
commit 9b8702e26d
4 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
set(SELF_EXE utest.unit)
set(SELF_SRCS
unit_utest_main.cpp #mpl_unit.test.cpp
Quantity2.test.cpp
xquantity.test.cpp
quantity.test.cpp
bpu.test.cpp
basis_unit.test.cpp

View file

@ -1,7 +1,7 @@
/* @file Quantity.test.cpp */
#include "Quantity2.hpp"
#include "Quantity2_iostream.hpp"
#include "xquantity.hpp"
#include "xquantity_iostream.hpp"
#include "xo/randomgen/random_seed.hpp"
#include "xo/randomgen/xoshiro256.hpp"
#include "xo/indentlog/scope.hpp"