Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Jamfile « stream « util - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cde0247e7f3153c9f5746f9932336e525331e053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if $(BOOST-VERSION) >= 104800 {
#    timer-link = <library>/top//boost_timer ;
#} else {
#   timer-link = ;
#}

fakelib stream : chain.cc rewindable_stream.cc io.cc line_input.cc multi_progress.cc ..//kenutil /top//boost_thread : : : <library>/top//boost_thread ;

import testing ;
unit-test io_test : io_test.cc stream /top//boost_unit_test_framework ;
unit-test stream_test : stream_test.cc stream /top//boost_unit_test_framework ;
unit-test rewindable_stream_test : rewindable_stream_test.cc stream /top//boost_unit_test_framework ;
unit-test sort_test : sort_test.cc stream /top//boost_unit_test_framework ;