mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
tests: Improved testing environment, added helpers tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user