From 6f95b5bf05c13ee0ced81eb59751b530fbcc8189 Mon Sep 17 00:00:00 2001 From: redpony Date: Mon, 18 Oct 2010 23:31:31 +0000 Subject: fix klm build git-svn-id: https://ws10smt.googlecode.com/svn/trunk@682 ec762483-ff6d-05da-a07a-a48fb63a330f --- klm/util/Makefile.am | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'klm/util') diff --git a/klm/util/Makefile.am b/klm/util/Makefile.am index d3aea6b7..be84736c 100644 --- a/klm/util/Makefile.am +++ b/klm/util/Makefile.am @@ -1,8 +1,20 @@ -if HAVE_GTEST -noinst_PROGRAMS = \ - scorer_test -TESTS = scorer_test -endif + +#noinst_PROGRAMS = \ +# file_piece_test \ +# joint_sort_test \ +# key_value_packing_test \ +# probing_hash_table_test \ +# sorted_uniform_test + +#TESTS = \ +# file_piece_test \ +# joint_sort_test \ +# key_value_packing_test \ +# probing_hash_table_test \ +# sorted_uniform_test + +#file_piece_test_SOURCES = file_piece_test.cc +#file_piece_test_LDADD = libklm_util.a noinst_LIBRARIES = libklm_util.a -- cgit v1.2.3