diff --git a/test/bench/parser/Jamfile b/test/bench/parser/Jamfile index eea768a5..b32ef7c7 100644 --- a/test/bench/parser/Jamfile +++ b/test/bench/parser/Jamfile @@ -7,11 +7,7 @@ # Official repository: https://github.com/boostorg/beast # -exe bench-parser : - $(TEST_MAIN) - nodejs_parser.cpp - bench_parser.cpp - ; +run $(TEST_MAIN) nodejs_parser.cpp bench_parser.cpp : : : : bench-parser ; explicit bench-parser ;