Mark the benchmark as using the terminal

Prevents buffering all output from the command.
This commit is contained in:
ridiculousfish 2019-04-13 12:39:01 -07:00
parent e634abc1c8
commit f35f2fe110

View file

@ -2,4 +2,5 @@
ADD_CUSTOM_TARGET(benchmark
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
USES_TERMINAL
)