summaryrefslogtreecommitdiff
path: root/zephyr/test/math/BUILD.py
blob: 8f6b28ce1aab14af48b3a0a4db633de5723cd63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""Register zmake project for math tests."""

register_host_test(
    "math_fixed", kconfig_files=[here / "prj.conf", here / "fixed_point.conf"]
)
register_host_test(
    "math_float", kconfig_files=[here / "prj.conf", here / "floating_point.conf"]
)