sol2/tests/tests_main.cpp
ThePhD fd58e7fcd1 fix #638
bump microsoft version check up (fx #639)
2018-05-10 05:30:51 -06:00

8 lines
158 B
C++

#define CATCH_CONFIG_RUNNER
#include "catch.hpp"
int main(int argc, char* argv[]) {
int result = Catch::Session().run(argc, argv);
return result;
}