diff options
Diffstat (limited to 'toolsrc/src/vcpkg-tests/catch.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg-tests/catch.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolsrc/src/vcpkg-tests/catch.cpp b/toolsrc/src/vcpkg-tests/catch.cpp deleted file mode 100644 index 701dcb39a..000000000 --- a/toolsrc/src/vcpkg-tests/catch.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#define CATCH_CONFIG_RUNNER -#include <vcpkg-tests/catch.h> - -#include <vcpkg/base/system.debug.h> - -int main(int argc, char** argv) -{ - vcpkg::Debug::g_debugging = true; - - return Catch::Session().run(argc, argv); -} |
