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