tests: Improved testing environment, added helpers tests

This commit is contained in:
WerWolv
2022-01-29 17:14:15 +01:00
parent da16be7ad8
commit e6f1dd0490
16 changed files with 225 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
#include <hex/helpers/utils.hpp>
#include "test_provider.hpp"
#include "tests.hpp"
#include <hex/test/test_provider.hpp>
#include <hex/test/tests.hpp>
TEST_SEQUENCE("32BitIntegerEndianSwap") {
TEST_ASSERT(hex::changeEndianess<u32>(0xAABBCCDD, std::endian::big) == 0xDDCCBBAA);