##==================================================================================================
##  EVE - Expressive Vector Engine
##  Copyright : EVE Project Contributors
##  SPDX-License-Identifier: BSL-1.0
##==================================================================================================

##==================================================================================================
## Setup aggregation of tests
##==================================================================================================
add_custom_target(bench.combinatorial.exe)

##==================================================================================================
## Combinatorial function bench tests
##==================================================================================================

### TEMPORARY MEASURE
make_all_benchs(ROOT bench.combinatorial NAME gcd TYPES ${signed_types}    )
