Change exe to run for bench-parser

This commit is contained in:
Peter Dimov
2019-02-02 15:26:55 +02:00
committed by Vinnie Falco
parent be29ce4c1e
commit 150614cc9a

View File

@@ -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 ;