Initial commit - Jamfile for speed_test

This commit is contained in:
Beman
2013-05-22 14:12:17 -04:00
parent 41f0c15844
commit 2623b1cfaa

18
build/Jamfile.v2 Normal file
View File

@@ -0,0 +1,18 @@
# Build endian/test/speed_test.cpp
# Copyright Beman Dawes 2013
# Distributed under the Boost Software License, Version 1.0.
# See www.boost.org/LICENSE_1_0.txt
project
: source-location ../test : requirements
# <library>/boost/timer//boost_timer
# <toolset>msvc:<asynch-exceptions>on
;
SOURCES = speed_test ;
exe "speed_test"
: $(SOURCES).cpp ../../timer/build//boost_timer
;