summaryrefslogtreecommitdiffstats
path: root/standalone/tests/wrappers_cpp_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/tests/wrappers_cpp_test.cpp')
-rw-r--r--standalone/tests/wrappers_cpp_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone/tests/wrappers_cpp_test.cpp b/standalone/tests/wrappers_cpp_test.cpp
index d24b6651d95..9df06dcdf14 100644
--- a/standalone/tests/wrappers_cpp_test.cpp
+++ b/standalone/tests/wrappers_cpp_test.cpp
@@ -66,6 +66,10 @@ public:
};
TEST(ScudoWrappersCppTest, New) {
+ if (getenv("SKIP_TYPE_MISMATCH")) {
+ printf("Skipped type mismatch tests.\n");
+ return;
+ }
testCxxNew<bool>();
testCxxNew<uint8_t>();
testCxxNew<uint16_t>();