From d43ef1a1c0873b235a7e7ebcfb27a5f7d2b25303 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 21 Nov 2023 19:56:25 -0500 Subject: checkpoint - memory overhual including tests --- test/memory/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/memory/main.cpp (limited to 'test/memory/main.cpp') diff --git a/test/memory/main.cpp b/test/memory/main.cpp new file mode 100644 index 0000000..4483c91 --- /dev/null +++ b/test/memory/main.cpp @@ -0,0 +1,6 @@ +#include "gtest/gtest.h" + +int main(int argc, char **argv) { + ::testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} -- cgit v1.2.3