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:
5052158
)
Fix include file for missing test include file.
author
Brian Aker
<brian@tangent.org>
Thu, 24 Mar 2011 01:21:48 +0000
(18:21 -0700)
committer
Brian Aker
<brian@tangent.org>
Thu, 24 Mar 2011 01:21:48 +0000
(18:21 -0700)
tests/include.am
patch
|
blob
|
history
diff --git
a/tests/include.am
b/tests/include.am
index dcc19a91d3bb45528e9d16c6739e8fbef997264d..232cce936b983abf828241a4735dfa05d295ce27 100644
(file)
--- a/
tests/include.am
+++ b/
tests/include.am
@@
-35,7
+35,8
@@
noinst_HEADERS+= \
tests/ketama_test_cases_spy.h \
tests/libmemcached_world.h \
tests/parser.h \
- tests/print.h
+ tests/print.h \
+ tests/replication.h
noinst_PROGRAMS+= \
tests/atomsmasher \