fixing benchmark build

This commit is contained in:
Hans Dembinski 2019-02-08 16:26:41 +01:00
parent 64c61883a9
commit ddc20134ff
4 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,7 @@
import testing ;
project histogram-benchmark
project
: requirements
<include>$(BOOST_ROOT)
<include>.
@ -17,4 +17,11 @@ alias run-speed-test :
[ run speed_boost.cpp ]
;
alias run-google-benchmarks :
[ run axis_index.cpp ]
[ run histogram_iteration.cpp ]
[ run histogram_parallel_filling.cpp ]
;
explicit run-speed-test ;
explicit run-google-benchmarks ;