mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
added Jamfile
[SVN r14846]
This commit is contained in:
40
Jamfile
Normal file
40
Jamfile
Normal file
@@ -0,0 +1,40 @@
|
||||
subproject libs/dynamic_bitset ;
|
||||
|
||||
unit-test dyn_bitset_unit_tests1
|
||||
: dyn_bitset_unit_tests1.cpp
|
||||
<lib>../test/build/test_exec_monitor
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
unit-test dyn_bitset_unit_tests2
|
||||
: dyn_bitset_unit_tests2.cpp
|
||||
<lib>../test/build/test_exec_monitor
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
unit-test dyn_bitset_unit_tests3
|
||||
: dyn_bitset_unit_tests3.cpp
|
||||
<lib>../test/build/test_exec_monitor
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
exe timing_tests
|
||||
: timing_tests.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
exe example1
|
||||
: example1.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
exe example2
|
||||
: example2.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
exe example3
|
||||
: example3.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include <boost/limits.hpp>
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
|
||||
#define BOOST_INCLUDE_MAIN
|
||||
#include <boost/test/test_tools.hpp>
|
||||
|
||||
#include "bitset_test.hpp"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include <cmath> // for pow
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
|
||||
#define BOOST_INCLUDE_MAIN
|
||||
#include <boost/test/test_tools.hpp>
|
||||
|
||||
#include "bitset_test.hpp"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include <cmath> // for pow
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
|
||||
#define BOOST_INCLUDE_MAIN
|
||||
#include <boost/test/test_tools.hpp>
|
||||
|
||||
#include "bitset_test.hpp"
|
||||
|
||||
Reference in New Issue
Block a user