mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
f35f2fe110
Prevents buffering all output from the command.
7 lines
155 B
CMake
7 lines
155 B
CMake
# Support for benchmarking fish.
|
|
|
|
ADD_CUSTOM_TARGET(benchmark
|
|
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
|
|
USES_TERMINAL
|
|
)
|