mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
tests: Added bitfield test
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "test_patterns/test_pattern_padding.hpp"
|
||||
#include "test_patterns/test_pattern_succeeding_assert.hpp"
|
||||
#include "test_patterns/test_pattern_failing_assert.hpp"
|
||||
#include "test_patterns/test_pattern_bitfields.hpp"
|
||||
|
||||
std::array Tests = {
|
||||
TEST(Placement),
|
||||
@@ -17,5 +18,6 @@ std::array Tests = {
|
||||
TEST(Literals),
|
||||
TEST(Padding),
|
||||
TEST(SucceedingAssert),
|
||||
TEST(FailingAssert)
|
||||
TEST(FailingAssert),
|
||||
TEST(Bitfields)
|
||||
};
|
||||
Reference in New Issue
Block a user