From b74531dd71820677eb80c19c0805c876226a6922 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 8 Dec 2019 19:08:59 +0200 Subject: [PATCH] Add extra to source_location tests --- test/Jamfile.v2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5d8f0c7..b833fef 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -28,5 +28,7 @@ run quick.cpp ; run current_function_test2.cpp ; -run source_location_test.cpp ; -run source_location_test2.cpp ; +run source_location_test.cpp + : : : extra on ; +run source_location_test2.cpp + : : : extra on ;