isl/tests: Use a longer path for isl.h
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 22 Aug 2016 21:24:01 +0000 (14:24 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 25 Aug 2016 22:29:47 +0000 (15:29 -0700)
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>
src/intel/isl/tests/isl_surf_get_image_offset_test.c

index 9d6a83488006a46317cd81003f51b2bc705d4470..9015f0e0ee48ecb75ee6474087259d6c5c467af7 100644 (file)
@@ -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