Fix Jamfile and Boost.Test usage.

[SVN r57866]
This commit is contained in:
John Maddock
2009-11-23 16:39:45 +00:00
parent 4c23c47ebe
commit 44c3831e05
3 changed files with 6 additions and 8 deletions

View File

@ -6,15 +6,15 @@ import testing ;
test-suite integer
: [ run cstdint_test.cpp ]
[ run integer_test.cpp
/boost/test//boost_unit_test_framework ]
[ run integer_test.cpp
/boost/test//minimal ]
[ run integer_traits_test.cpp
/boost/test//boost_test_exec_monitor/<link>static ]
/boost/test//boost_test_exec_monitor ]
[ run integer_mask_test.cpp
/boost/test//boost_unit_test_framework ]
/boost/test//minimal ]
[ run static_log2_test.cpp
/boost/test//boost_test_exec_monitor/<link>static ]
/boost/test//boost_test_exec_monitor ]
[ run static_min_max_test.cpp
/boost/test//boost_test_exec_monitor/<link>static ]
/boost/test//boost_test_exec_monitor ]
# [ compile issue_2134.cpp ]
;

View File

@ -17,7 +17,6 @@
// use int64_t instead of long long for better portability
#include <boost/cstdint.hpp>
#define BOOST_INCLUDE_MAIN
#include <boost/test/test_tools.hpp>
/*

View File

@ -10,7 +10,6 @@
// Revision History
// 01 Oct 2001 Initial version (Daryle Walker)
#define BOOST_INCLUDE_MAIN
#include <boost/test/test_tools.hpp> // for main
#include <boost/cstdlib.hpp> // for boost::exit_success