Files
Ahmed Hesham 77a987d547 Enable -Wnarrowing in integer_ops test suite (#2465)
Fixes #1158

---------

Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>
2025-07-30 18:51:54 +01:00

22 lines
522 B
CMake

set(MODULE_NAME INTEGER_OPS)
set(${MODULE_NAME}_SOURCES
main.cpp
test_int_basic_ops.cpp
test_integers.cpp
test_upsample.cpp
test_intmul24.cpp test_intmad24.cpp
test_sub_sat.cpp test_add_sat.cpp
test_abs.cpp test_absdiff.cpp
test_unary_ops.cpp
verification_and_generation_functions.cpp
test_popcount.cpp
test_integer_dot_product.cpp
test_extended_bit_ops_extract.cpp
test_extended_bit_ops_insert.cpp
test_extended_bit_ops_reverse.cpp
)
include(../CMakeCommon.txt)