[Intel-gfx] [PATCH i-g-t] lib: ensure the library is build before the tests
Thomas Wood
thomas.wood at intel.com
Wed Oct 29 17:21:34 CET 2014
This fixes the build problems introduced by commit 685e577 (Move library
selftests to lib/tests).
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
lib/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6b1e984..ab82302 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,7 @@
IGT_LIB_PATH := $(builddir)
GPU_TOOLS_PATH := $(top_srcdir)
-SUBDIRS = tests
+SUBDIRS = . tests
include Makefile.sources
--
2.1.0
More information about the Intel-gfx
mailing list