Sign in
apache
/
geode
/
refs/heads/native-client-software-grant
/
.
/
geode-client-native
/
src
/
tests
/
cppcache
/
testThinClientDistOps2.cpp
blob: b159104e89a26e03b419f4233aaada827acd8b7b [
file
] [
log
] [
blame
]
#include
"ThinClientDistOps2.hpp"
DUNIT_MAIN
{
runDistOps2
(
false
);
runDistOps2
(
true
,
true
);
runDistOps2
(
true
,
false
);
}
END_MAIN