Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pch.h')
-rw-r--r--tests/pch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pch.h b/tests/pch.h
new file mode 100644
index 0000000..29c81ff
--- /dev/null
+++ b/tests/pch.h
@@ -0,0 +1,8 @@
+//
+// pch.h
+// Header for standard system include files.
+//
+
+#pragma once
+
+#include "gtest/gtest.h"