Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / numeric / ublas / benchmarks / bench5 / Jamfile.v2
1 # Copyright (c) 2004-2010 Michael Stevens, David Bellot
2 # Use, modification and distribution are subject to the
3 # Boost Software License, Version 1.0. (See accompanying file
4 # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 # bench5 measures performance of the assignment operator
7
8 exe bench5
9     : assignment_bench.cpp
10     : <define>BOOST_UBLAS_USE_INTERVAL
11     ;