aboutsummaryrefslogtreecommitdiff
path: root/win_runtime.Tests/precompiled.h
diff options
context:
space:
mode:
Diffstat (limited to 'win_runtime.Tests/precompiled.h')
-rw-r--r--win_runtime.Tests/precompiled.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/win_runtime.Tests/precompiled.h b/win_runtime.Tests/precompiled.h
new file mode 100644
index 0000000..6fed2cf
--- /dev/null
+++ b/win_runtime.Tests/precompiled.h
@@ -0,0 +1,9 @@
+#pragma once
+#ifndef WRUT_PCH
+#define WRUT_PCH
+
+#include "../runtime/precompiled.h"
+
+#include "gtest/gtest.h"
+#include "gmock/gmock.h"
+#endif //WRUT_PCH \ No newline at end of file