#============================================================================== # Copyright (c) 2012 Antony Polukhin # # 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) #============================================================================== # performance tests import testing ; import path ; path-constant TEST_DIR : . ; project performance/test : source-location ./ : requirements # /boost/chrono//boost_chrono # /boost/system//boost_system static freebsd:"-lrt" linux:"-lrt" gcc:-fvisibility=hidden intel-linux:-fvisibility=hidden sun:-xldscope=hidden : default-build release ; run performance_test.cpp : $(TEST_DIR) ;