2
0
mirror of https://github.com/boostorg/crc.git synced 2026-01-19 16:12:18 +00:00
Files
crc/test/Jamfile.v2

25 lines
574 B
Plaintext

#~ Copyright Rene Rivera 2008, Daryle Walker 2011
#~ 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)
import testing ;
project : requirements
<library>/boost/crc//boost_crc
<library>/boost/core//boost_core
;
run crc_test.cpp
/boost/integer//boost_integer /boost/timer//boost_timer ;
run crc_test2.cpp
/boost/integer//boost_integer ;
run pr15_test.cpp ;
compile issue25_test.cpp ;
run uint_t_test.cpp
/boost/integer//boost_integer ;
run quick.cpp ;