Fix tests.
This commit is contained in:
parent
bd205aea28
commit
1dd0e3046b
@ -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 ()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user