diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-12 18:56:25 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-12 18:56:25 +0000 |
commit | 44bf33129c9da951a695413cb7314fee58c6ee0f (patch) | |
tree | 154aeaf5c7df33c8107d600cb938612680edc093 /utils | |
parent | 71eb8b4500ad745710c4f29dd9e97793cea43b0b (diff) |
add 'make check' support
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@534 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index e513febd..66b86f89 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -4,6 +4,9 @@ noinst_PROGRAMS = \ weights_test \ logval_test \ small_vector_test + +TESTS = small_vector_test logval_test weights_test dict_test + endif noinst_LIBRARIES = libutils.a |