Files
boost_beast/test/bench/parser/Jamfile
T
2017-07-31 19:02:46 -07:00

22 lines
494 B
Plaintext

#
# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Official repository: https://github.com/boostorg/beast
#
exe bench-parser :
$(TEST_MAIN)
nodejs_parser.cpp
bench_parser.cpp
;
explicit bench-parser ;
alias run-tests :
[ compile nodejs_parser.cpp ]
[ compile bench_parser.cpp ]
;