summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
blob: 3c479b9b2c4da9f451656066677fbb084db84522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
lib boost_unit_test_framework ;

project : requirements
	<library>../lib//mygrate
	<library>boost_unit_test_framework
	<define>BOOST_TEST_DYN_LINK
	;

run test-rawDataReader.cpp ;
run test-bitset.cpp ;
run test-streams.cpp ;
run test-misc.cpp ;