aboutsummaryrefslogtreecommitdiffhomepage
path: root/ext/detours/tests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/detours/tests/main.cpp')
-rw-r--r--ext/detours/tests/main.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/detours/tests/main.cpp b/ext/detours/tests/main.cpp
new file mode 100644
index 0000000..7d54470
--- /dev/null
+++ b/ext/detours/tests/main.cpp
@@ -0,0 +1,10 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// Unit Test Main (main.cpp of unittests.exe)
+//
+// Microsoft Research Detours Package
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+//
+#define CATCH_CONFIG_MAIN
+#include "catch.hpp"