includes cleanup

use hw_test_base.h instead of hw_test.h.

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-07-07 23:14:59 +00:00
committed by Compute-Runtime-Automation
parent 55d109bfdb
commit e51294b4c1
23 changed files with 23 additions and 23 deletions

View File

@ -5,7 +5,7 @@
*
*/
#include "shared/test/common/test_macros/hw_test.h"
#include "shared/test/common/test_macros/hw_test_base.h"
HWTEST_EXCLUDE_PRODUCT(ExcludeTestBdw, givenHwCmdTestWhenBdwExcludedThenDontRunOnBdw, IGFX_BROADWELL);
HWTEST_EXCLUDE_PRODUCT(ExcludeTestBdw, givenHwTestWhenBdwExcludedThenDontRunOnBdw, IGFX_BROADWELL);