From ab5f7eace1857e60b6432dcabde98089380e5e74 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Wed, 29 Oct 2014 16:17:41 +0000 Subject: [PATCH] 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 Signed-off-by: Thomas Wood --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 6b1e984c..ab82302c 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