tests.h (a104f0ea99d846df19aad8a5476eb9bc39fa42ca) | tests.h (3dfc01fe9d12a1e832f49deab37279faa8a9ebc8) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef TESTS_H 3#define TESTS_H 4 5#include <stdbool.h> 6 7#define TEST_ASSERT_VAL(text, cond) \ 8do { \ --- 191 unchanged lines hidden (view full) --- 200} 201 202/* The list of test workloads */ 203DECLARE_WORKLOAD(noploop); 204DECLARE_WORKLOAD(thloop); 205DECLARE_WORKLOAD(leafloop); 206DECLARE_WORKLOAD(sqrtloop); 207DECLARE_WORKLOAD(brstack); | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef TESTS_H 3#define TESTS_H 4 5#include <stdbool.h> 6 7#define TEST_ASSERT_VAL(text, cond) \ 8do { \ --- 191 unchanged lines hidden (view full) --- 200} 201 202/* The list of test workloads */ 203DECLARE_WORKLOAD(noploop); 204DECLARE_WORKLOAD(thloop); 205DECLARE_WORKLOAD(leafloop); 206DECLARE_WORKLOAD(sqrtloop); 207DECLARE_WORKLOAD(brstack); |
208DECLARE_WORKLOAD(datasym); |
|
208 209#endif /* TESTS_H */ | 209 210#endif /* TESTS_H */ |