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: de9d41c5f5ebd4f7765fa237a08ce00930e46909 (plain)
1
2
3
4
5
6
7
fakelib stream : [ glob *.cc : *_test.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 ;