mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
tests: Added pointer test
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "test_patterns/test_pattern_rvalues.hpp"
|
||||
#include "test_patterns/test_pattern_namespaces.hpp"
|
||||
#include "test_patterns/test_pattern_extra_semicolon.hpp"
|
||||
#include "test_patterns/test_pattern_pointers.hpp"
|
||||
|
||||
std::array Tests = {
|
||||
TEST(Placement),
|
||||
@@ -27,5 +28,6 @@ std::array Tests = {
|
||||
TEST(Math),
|
||||
TEST(RValues),
|
||||
TEST(Namespaces),
|
||||
TEST(ExtraSemicolon)
|
||||
TEST(ExtraSemicolon),
|
||||
TEST(Pointers)
|
||||
};
|
||||
Reference in New Issue
Block a user