stasis-bLSM/test/CMakeLists.txt
sears a1f3f92cca added bulk-insert APIs, prevent c1-c2 from outrunning c0-c1 by too much, and fix the overshoot computations in merge manager (roughly corresponds to run 20)
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1074 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
2010-08-30 22:22:25 +00:00

12 lines
468 B
CMake

IF( HAVE_STASIS )
CREATE_CHECK(check_gen)
CREATE_CHECK(check_logtree)
CREATE_CHECK(check_datapage)
CREATE_CHECK(check_logtable)
CREATE_CHECK(check_merge)
CREATE_CHECK(check_mergelarge)
CREATE_CHECK(check_mergetuple)
CREATE_CHECK(check_rbtree)
CREATE_CLIENT_EXECUTABLE(check_tcpclient) # XXX should build this on non-stasis machines
CREATE_CLIENT_EXECUTABLE(check_tcpbulkinsert) # XXX should build this on non-stasis machines
ENDIF( HAVE_STASIS )