Rodrigo Arias
35872354e0
Improvements: - Don't propagate values if they didn't change - Use custom sort algorithm to speedup the sorting - Allocate a contiguous array of channel outputs
20 lines
421 B
CMake
20 lines
421 B
CMake
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#unit_test(bay-hash-speed.c)
|
|
unit_test(bay.c)
|
|
unit_test(cfg.c)
|
|
unit_test(chan.c)
|
|
unit_test(clkoff.c)
|
|
unit_test(cpu.c)
|
|
unit_test(loom.c)
|
|
unit_test(mux.c)
|
|
unit_test(prv.c)
|
|
unit_test(stream.c)
|
|
unit_test(thread.c)
|
|
unit_test(value.c)
|
|
unit_test(version.c)
|
|
unit_test(path.c)
|
|
unit_test(sort.c)
|
|
unit_test(sort_replace.c)
|