From d589056a8df584bebc8cdf0bc077613a56367221 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Mon, 27 Nov 2023 13:54:01 -0500 Subject: [PATCH] showing jacob stuff --- tests/src/main.cpp | 2 ++ tests/src/utility_test.cpp | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/src/main.cpp b/tests/src/main.cpp index cdf351b..8d79721 100755 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -97,6 +97,8 @@ int main(int argc, const char** argv) blt::tests::nbtRead(); } + return 0; + //runProfilingAndTableTests(); diff --git a/tests/src/utility_test.cpp b/tests/src/utility_test.cpp index 9ba549b..f7cafa4 100644 --- a/tests/src/utility_test.cpp +++ b/tests/src/utility_test.cpp @@ -16,8 +16,13 @@ * along with this program. If not, see . */ #include +#include #include #include +#include +#include +#include + std::optional get() { @@ -26,7 +31,7 @@ std::optional get() void blt::test::utility::run() { - std::vector temp; + //std::vector temp; std::optional hi(10); if (auto test = get()) {