tests.h (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) | tests.h (3656e566cf03ab0f959b2bd6f8274ee9799641e6) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef TESTS_H 3#define TESTS_H 4 5#include <stdbool.h> 6 7enum { 8 TEST_OK = 0, --- 191 unchanged lines hidden (view full) --- 200 201/* The list of test workloads */ 202DECLARE_WORKLOAD(noploop); 203DECLARE_WORKLOAD(thloop); 204DECLARE_WORKLOAD(leafloop); 205DECLARE_WORKLOAD(sqrtloop); 206DECLARE_WORKLOAD(brstack); 207DECLARE_WORKLOAD(datasym); | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef TESTS_H 3#define TESTS_H 4 5#include <stdbool.h> 6 7enum { 8 TEST_OK = 0, --- 191 unchanged lines hidden (view full) --- 200 201/* The list of test workloads */ 202DECLARE_WORKLOAD(noploop); 203DECLARE_WORKLOAD(thloop); 204DECLARE_WORKLOAD(leafloop); 205DECLARE_WORKLOAD(sqrtloop); 206DECLARE_WORKLOAD(brstack); 207DECLARE_WORKLOAD(datasym); |
208DECLARE_WORKLOAD(landlock); |
|
208 209extern const char *dso_to_test; 210extern const char *test_objdump_path; 211 212#endif /* TESTS_H */ | 209 210extern const char *dso_to_test; 211extern const char *test_objdump_path; 212 213#endif /* TESTS_H */ |