mosesdecoder/util/stream/Jamfile
2013-01-20 12:25:58 +00:00

13 lines
490 B
Plaintext

#if $(BOOST-VERSION) >= 104800 {
# timer-link = <library>/top//boost_timer ;
#} else {
# timer-link = ;
#}
fakelib stream : chain.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 sort_test : sort_test.cc stream /top//boost_unit_test_framework ;