Disable flush-overhead test

This commit is contained in:
Rodrigo Arias 2023-04-19 12:53:32 +02:00 committed by Rodrigo Arias Mallo
parent 3a28e1c3d3
commit ff340df5b5

View File

@ -1,11 +1,7 @@
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC) # Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
# Only run performance sensitive tests on Release builds test_emu(flush-overhead.c DISABLED)
if(CMAKE_BUILD_TYPE STREQUAL "Release")
test_emu(flush-overhead.c)
endif()
test_emu(flush.c) test_emu(flush.c)
test_emu(sort.c SORT) test_emu(sort.c SORT)
test_emu(empty-sort.c SORT) test_emu(empty-sort.c SORT)