mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
13 lines
490 B
Plaintext
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 ;
|