mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
Fix tests.
This commit is contained in:
@ -166,7 +166,7 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/format-benchmark/tinyformat_test.cpp)
|
|||||||
COMMAND ./bloat_test.sh -DUSE_TINYFORMAT
|
COMMAND ./bloat_test.sh -DUSE_TINYFORMAT
|
||||||
COMMAND echo boost results:
|
COMMAND echo boost results:
|
||||||
COMMAND ./bloat_test.sh -DUSE_BOOST
|
COMMAND ./bloat_test.sh -DUSE_BOOST
|
||||||
WORKING_DIRECTORY tinyformat
|
WORKING_DIRECTORY format-benchmark
|
||||||
DEPENDS format)
|
DEPENDS format)
|
||||||
|
|
||||||
add_custom_target(bloat_test_optimized
|
add_custom_target(bloat_test_optimized
|
||||||
@ -181,7 +181,7 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/format-benchmark/tinyformat_test.cpp)
|
|||||||
COMMAND ./bloat_test.sh -O3 -DUSE_TINYFORMAT
|
COMMAND ./bloat_test.sh -O3 -DUSE_TINYFORMAT
|
||||||
COMMAND echo boost results:
|
COMMAND echo boost results:
|
||||||
COMMAND ./bloat_test.sh -O3 -DUSE_BOOST
|
COMMAND ./bloat_test.sh -O3 -DUSE_BOOST
|
||||||
WORKING_DIRECTORY tinyformat
|
WORKING_DIRECTORY format-benchmark
|
||||||
DEPENDS format)
|
DEPENDS format)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user