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 ;