aboutsummaryrefslogtreecommitdiff
path: root/CST 126/UnitTest1/pch.cpp
diff options
context:
space:
mode:
authorreecepwarner <[email protected]>2024-04-20 11:16:42 -0700
committerGitHub <[email protected]>2024-04-20 11:16:42 -0700
commit58e7209a36a87e13c31ac9c598c7130c62d77535 (patch)
tree8bae32b126c864b5f2a78427262fdb8d01a9f1a4 /CST 126/UnitTest1/pch.cpp
parentFinished guessing game (diff)
downloadhomework-1-reecepwarner-58e7209a36a87e13c31ac9c598c7130c62d77535.tar.xz
homework-1-reecepwarner-58e7209a36a87e13c31ac9c598c7130c62d77535.zip
Adding basic unit test to solution (#2)
* unit test * Big changes to TempLog * templog virtuallycomplete * minor changes and tidying up --------- Co-authored-by: rPatrickWarner <[email protected]>
Diffstat (limited to 'CST 126/UnitTest1/pch.cpp')
-rw-r--r--CST 126/UnitTest1/pch.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/CST 126/UnitTest1/pch.cpp b/CST 126/UnitTest1/pch.cpp
new file mode 100644
index 0000000..64b7eef
--- /dev/null
+++ b/CST 126/UnitTest1/pch.cpp
@@ -0,0 +1,5 @@
+// pch.cpp: source file corresponding to the pre-compiled header
+
+#include "pch.h"
+
+// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.