mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 22:32:57 +00:00
lib: ensure the library is built before the tests
This fixes the build problems introduced by commit 685e577 (Move library
selftests to lib/tests).
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
IGT_LIB_PATH := $(builddir)
|
IGT_LIB_PATH := $(builddir)
|
||||||
GPU_TOOLS_PATH := $(top_srcdir)
|
GPU_TOOLS_PATH := $(top_srcdir)
|
||||||
|
|
||||||
SUBDIRS = tests
|
SUBDIRS = . tests
|
||||||
|
|
||||||
include Makefile.sources
|
include Makefile.sources
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user