| * Copyright (c) 2019 Facebook |
| * SPDX-License-Identifier: Apache-2.0 |
| /* Test the normal version of the math_extras.h functions */ |
| ZTEST(math_extras, test_u32_add) { |
| ZTEST(math_extras, test_u32_mul) { |
| ZTEST(math_extras, test_u64_add) { |
| ZTEST(math_extras, test_u64_mul) { |
| ZTEST(math_extras, test_size_add) { |
| ZTEST(math_extras, test_size_mul) { |
| ZTEST(math_extras, test_u32_clz) { |
| ZTEST(math_extras, test_u64_clz) { |
| ZTEST(math_extras, test_u32_ctz) { |
| ZTEST(math_extras, test_u64_ctz) { |
| ZTEST_SUITE(math_extras, NULL, NULL, NULL, NULL, NULL); |