projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
39575a4
)
Have test framework verify binaries work as is.
author
Brian Aker
<brian@tangent.org>
Fri, 11 Jan 2013 08:01:03 +0000
(
03:01
-0500)
committer
Brian Aker
<brian@tangent.org>
Fri, 11 Jan 2013 08:01:03 +0000
(
03:01
-0500)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 33d8fcaa58abd56aba6a7f72c08c36f9945c4ad6..6aa50af828b6dec8e3734975648dc4daf68195db 100644
(file)
--- 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