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

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

##==================================================================================================
## Polynomial functions bench tests
##==================================================================================================

make_all_benchs(ROOT bench.polynomial NAME horner TYPES ${real_types} )
