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:
Thomas Wood 2014-10-29 16:17:41 +00:00
parent ad5cb25d70
commit ab5f7eace1

View File

@ -1,7 +1,7 @@
IGT_LIB_PATH := $(builddir)
GPU_TOOLS_PATH := $(top_srcdir)
SUBDIRS = tests
SUBDIRS = . tests
include Makefile.sources