diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ee3635ec..c695d9a4 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -503,5 +503,10 @@ rule thread-compile-fail-V2 ( sources : reqs * : name ) [ thread-run2 ./sync/mutual_exclusion/locks/reverse_lock/types_pass.cpp : reverse_lock__types_p ] ; + explicit tt ; + test-suite tt + : + [ thread-run test_ml.cpp ] + ; }