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 | 6e45bf6c8e11a556d97377ae00db64cb5a597cd9 (patch) | |
tree | efa57f7bd88cf9a78090a43ca8d58d860d4534fd /vest | |
parent | 32353ed1871dec151d730e4b01d77b6a8d1103e6 (diff) |
add 'make check' support
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@534 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rw-r--r-- | vest/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vest/Makefile.am b/vest/Makefile.am index b869672b..aff9cda5 100644 --- a/vest/Makefile.am +++ b/vest/Makefile.am @@ -8,6 +8,7 @@ bin_PROGRAMS = \ if HAVE_GTEST noinst_PROGRAMS = \ lo_test +TESTS = lo_test endif sentserver_SOURCES = sentserver.c |