tests.h (39281709a6e2301ac4c6ac7015c7793392ca2dfe) | tests.h (a104f0ea99d846df19aad8a5476eb9bc39fa42ca) |
---|---|
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 { \ --- 190 unchanged lines hidden (view full) --- 199 .func = work, \ 200} 201 202/* The list of test workloads */ 203DECLARE_WORKLOAD(noploop); 204DECLARE_WORKLOAD(thloop); 205DECLARE_WORKLOAD(leafloop); 206DECLARE_WORKLOAD(sqrtloop); | 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 { \ --- 190 unchanged lines hidden (view full) --- 199 .func = work, \ 200} 201 202/* The list of test workloads */ 203DECLARE_WORKLOAD(noploop); 204DECLARE_WORKLOAD(thloop); 205DECLARE_WORKLOAD(leafloop); 206DECLARE_WORKLOAD(sqrtloop); |
207DECLARE_WORKLOAD(brstack); |
|
207 208#endif /* TESTS_H */ | 208 209#endif /* TESTS_H */ |