From: Brian Aker Date: Fri, 11 Jan 2013 08:01:03 +0000 (-0500) Subject: Have test framework verify binaries work as is. X-Git-Tag: 1.0.16~10^2^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=9d61cd4152cf0eec11400530ac344125cfd3cd20;p=m6w6%2Flibmemcached Have test framework verify binaries work as is. --- diff --git a/Makefile.am b/Makefile.am index 33d8fcaa..6aa50af8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ ACLOCAL_AMFLAGS = -I m4 -I libtest/m4 SUFFIXES = .PHONY = TESTS = +XFAIL_TESTS = CLEANFILES = DISTCLEANFILES = bin_PROGRAMS = @@ -81,7 +82,9 @@ include win32/include.am include m4/include.am endif +TESTS += ${bin_PROGRAMS} TESTS += ${check_PROGRAMS} +XFAIL_TESTS += ${bin_PROGRAMS} merge-clean: @find ./ | $(GREP) \.gcda | xargs rm -f