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