mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
tests: Added RValue, Namespaces and extra semicolon test
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
#include "test_patterns/test_pattern_failing_assert.hpp"
|
||||
#include "test_patterns/test_pattern_bitfields.hpp"
|
||||
#include "test_patterns/test_pattern_math.hpp"
|
||||
#include "test_patterns/test_pattern_rvalues.hpp"
|
||||
#include "test_patterns/test_pattern_namespaces.hpp"
|
||||
#include "test_patterns/test_pattern_extra_semicolon.hpp"
|
||||
|
||||
std::array Tests = {
|
||||
TEST(Placement),
|
||||
@@ -21,5 +24,8 @@ std::array Tests = {
|
||||
TEST(SucceedingAssert),
|
||||
TEST(FailingAssert),
|
||||
TEST(Bitfields),
|
||||
TEST(Math)
|
||||
TEST(Math),
|
||||
TEST(RValues),
|
||||
TEST(Namespaces),
|
||||
TEST(ExtraSemicolon)
|
||||
};
|
||||
Reference in New Issue
Block a user