Wrote a log wrapper "jtest::log". Made test results log to "test_results.log" file. Did some cleanup while I was at it too.

This commit is contained in:
2024-06-28 10:55:16 -04:00
parent b57cc68b6f
commit 4ea05e09b7
3 changed files with 23 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ CPMAddPackage(
CPMAddPackage(
NAME jlog
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-9.zip
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-10.zip
)