isl/tests: Use a longer path for isl.h
The tests assumed that isl would be in the include path but that usually isn't the case. Instead, we usually have src/intel and you need to add an "isl/" prefix. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "brw_device_info.h"
|
||||
#include "isl.h"
|
||||
#include "isl_priv.h"
|
||||
#include "isl/isl.h"
|
||||
#include "isl/isl_priv.h"
|
||||
|
||||
#define BDW_GT2_DEVID 0x161a
|
||||
|
||||
|
Reference in New Issue
Block a user