mosesdecoder/phrase-extract/syntax-common/Jamfile
Phil Williams 60e56efc6b phrase-extract: add syntax-common sub-library
And remove some (near-)duplicate code from pcfg-common and score-stsg.
2014-12-07 14:27:51 +00:00

9 lines
267 B
Plaintext

lib syntax_common : [ glob *.cc : *_test.cc ] ..//deps : <include>.. ;
import testing ;
for local t in [ glob *_test.cc ] {
local name = [ MATCH "(.*)\.cc" : $(t) ] ;
unit-test $(name) : $(t) syntax_common /top//boost_unit_test_framework /top//boost_system ;
}