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