From 659a1f12d935130bf8da4fe14165e4f421ac7c18 Mon Sep 17 00:00:00 2001 From: arthurtspears Date: Sat, 20 Apr 2024 11:16:36 -0700 Subject: Adding basic unit tests to Solution (#2) * all work up until inclass practice * Added Unit Tests Project * Added second unit tests project as example. * Bring up to date for merge --- CST 126/Unit_Tests/pch.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CST 126/Unit_Tests/pch.cpp (limited to 'CST 126/Unit_Tests/pch.cpp') diff --git a/CST 126/Unit_Tests/pch.cpp b/CST 126/Unit_Tests/pch.cpp new file mode 100644 index 0000000..64b7eef --- /dev/null +++ b/CST 126/Unit_Tests/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. -- cgit v1.2.3