mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
lib mira_lib :
|
|
[ glob *.cpp : *Test.cpp Main.cpp ]
|
|
../mert//mert_lib ../moses//moses ../OnDiskPt//OnDiskPt ..//boost_program_options ;
|
|
|
|
exe mira : Main.cpp mira_lib ;
|
|
|
|
alias programs : mira ;
|
|
|
|
import testing ;
|
|
|
|
unit-test mira_test : [ glob *Test.cpp ] mira_lib ..//boost_unit_test_framework ;
|
|
|
|
explicit mira_test ;
|
|
|
|
|