Skip to content

Commit

Permalink
More module tests
Browse files Browse the repository at this point in the history
core.h, format.h, args.h, chrono.h, color.h, printf.h, os.h
  • Loading branch information
DanielaE committed May 28, 2021
1 parent a70a4ae commit d8e200d
Show file tree
Hide file tree
Showing 2 changed files with 570 additions and 5 deletions.
4 changes: 4 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ if (FMT_CAN_MODULE)
enable_module(test-module)

add_fmt_test(module-test MODULE)
if (MSVC)
target_compile_options(test-module PRIVATE /utf-8)
target_compile_options(module-test PRIVATE /utf-8)
endif ()
endif ()

if (NOT MSVC)
Expand Down
Loading

0 comments on commit d8e200d

Please sign in to comment.