Re-enable color output on Windows.

This commit is contained in:
2025-06-04 14:01:50 -05:00
parent bae26cf80a
commit 1c39b8eda6
2 changed files with 3 additions and 2 deletions

View File

@@ -26,10 +26,9 @@ file(GLOB_RECURSE jtest_SRC "src/jtest/*.c" "src/jtest/*.cpp")
CPMAddPackage(
NAME jlog
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-17.zip
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-19.zip
)
if (UNIX)
add_library(jtest SHARED ${jtest_SRC})
endif()

View File

@@ -16,6 +16,8 @@
int main(int argc, char** argv)
{
mcolor::windowsSaneify();
jtest::Unit u{"jtest-demo"};
u += jtest::Test{"check_true", [] () {
jtest::check(true);