testing: touch
[awesomized/libmemcached] / test / main.cpp
1 #define CATCH_CONFIG_RUNNER
2 #include "lib/catch.hpp"
3 #include "setup.hpp"
4
5 int main(int argc, char *argv[]) {
6 setup(argc, &argv);
7 return Catch::Session().run(argc, argv);
8 }