xo-unit: rename to avoid conflicts on case-insensitive fs

This commit is contained in:
Roland Conybeare 2024-04-30 09:34:05 -05:00
commit f92371cd9b
5 changed files with 3 additions and 3 deletions

View file

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