From 4d08e709fed30a2f1fdeb82b08a35b78f46b3068 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Mon, 27 Apr 2020 14:22:57 -0400 Subject: [PATCH] Pedantic tests for default_allocator --- test/Jamfile.v2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e5e87cd..b542380 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -158,7 +158,13 @@ run-fail quick_exit_fail.cpp ; compile use_default_test.cpp ; -run default_allocator_test.cpp ; +run default_allocator_test.cpp + : : : pedantic + msvc:on + gcc:on + clang:on ; + +run noinit_adaptor_test.cpp ; run noinit_adaptor_test.cpp ; run alloc_construct_test.cpp ; run alloc_construct_throws_test.cpp ;