mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
7317fe1440
Add ability to turn competitive benchmarks off (no need for submodules)
7 lines
182 B
CMake
7 lines
182 B
CMake
if (SIMDJSON_COMPETITION)
|
|
add_test(
|
|
NAME issue150
|
|
COMMAND ${PROJECT_SOURCE_DIR}/scripts/issue150.sh
|
|
WORKING_DIRECTORY $<TARGET_FILE_DIR:allparserscheckfile>
|
|
)
|
|
endif() |