13 lines
335 B
C
13 lines
335 B
C
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#include "shared/test/unit_test/gen11/test_traits_gen11.h"
|
|
#include "shared/test/unit_test/gen12lp/test_traits_gen12lp.h"
|
|
#include "shared/test/unit_test/gen8/test_traits_gen8.h"
|
|
#include "shared/test/unit_test/gen9/test_traits_gen9.h"
|