aboutsummaryrefslogtreecommitdiffstats
path: root/deps/sol2/tests/runtime_tests/source/main.cpp
blob: 52d33f236fff465c6eb102232832fac9f26dfb52 (plain)
1
2
3
4
5
6
7
#define CATCH_CONFIG_RUNNER
#include <catch.hpp>

int main(int argc, char* argv[]) {
	int result = Catch::Session().run(argc, argv);
	return result;
}