diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5857265..f90c1a2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,7 +22,5 @@ rule test_all return $(all_rules) ; } -test-suite move_test : [ test_all r ] -: static -; +test-suite move_test : [ test_all r ] ;