summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/suite.c
blob: 75b8e84bdefe96aa5c6ed2afabada55a128e4d69 (plain)
1
2
3
4
5
6
7
8
/* 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.
 */

#include <ztest.h>

ZTEST_SUITE(math, NULL, NULL, NULL, NULL, NULL);