2 Commits

Author SHA1 Message Date
1c39b8eda6 Re-enable color output on Windows. 2025-06-04 14:01:50 -05:00
bae26cf80a Migrate jlog to latest. 2024-12-25 16:36:23 -05:00
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-16.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);