Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Haddow <barry.haddow@gmail.com>2011-12-15 16:36:07 +0400
committerBarry Haddow <barry.haddow@gmail.com>2011-12-15 16:36:07 +0400
commita64bba48ad7d422abb9b49eec49498ccb5bbaad5 (patch)
treeea73133367740b53be5ed8fecdf9982dfac244a1 /Jamroot
parentb2c1e97a53016747704222fea14d29b12bf27390 (diff)
Add moses and mira unit tests to bjam build.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index a69a5b52a..d259d61b9 100644
--- a/Jamroot
+++ b/Jamroot
@@ -188,6 +188,7 @@ build-project mert ;
build-project moses-cmd/src ;
build-project moses-chart-cmd/src ;
build-project mira ;
+build-project moses/src ;
#Scripts have their own binaries.
build-project scripts ;
#Regression tests (only does anything if --with-regtest is passed)