Skip to content

Commit

Permalink
jam file for regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuhoang committed Feb 1, 2017
1 parent adbb1c8 commit 0b3cb89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions moses2/FF/PointerState.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "PointerState.h"

namespace Moses2
{

}
2 changes: 1 addition & 1 deletion regression-testing/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if $(with-regtest) {
} else {
reg_test phrase : [ glob $(test-dir)/phrase.* : $(test-dir)/*withDALM ] : ../moses-cmd//moses : @reg_test_decode ;
reg_test chart : [ glob $(test-dir)/chart.* : $(test-dir)/*withDALM ] : ../moses-cmd//moses : @reg_test_decode ;
reg_test moses2 : [ glob $(test-dir)/moses2.* : $(test-dir)/*withDALM ] : ../contrib/moses2//moses2 : @reg_test_decode ;
reg_test moses2 : [ glob $(test-dir)/moses2.* : $(test-dir)/*withDALM ] : ../moses2//moses2 : @reg_test_decode ;
}

if [ option.get "with-dalm" : : "yes" ] {
Expand Down

0 comments on commit 0b3cb89

Please sign in to comment.