summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/tests/arch-tests.c
blob: fca9eb9d39a2dc579fa8afa58c8d28ef5f47e995 (plain)
1
2
3
4
5
6
7
8
9
10
#include <string.h>
#include "tests/tests.h"
#include "arch-tests.h"

struct test arch_tests[] = {
	{
		.func = NULL,
	},

};