mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
fix make distcheck
Bunch of explicit include paths needed adjustments and eviction_common.c needs to be added to the dist files. This has been broken in the following three commits: commit42bcd05eb3Author: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Date: Mon Feb 3 10:59:41 2014 +0000 tests/eviction_common: Avoid submitting duplicate objects commitb92b397d5eAuthor: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Date: Tue Dec 3 15:09:57 2013 +0000 build: Make sure asserts are enabled for tests commit8c33e9ad11Author: Ben Widawsky <benjamin.widawsky@intel.com> Date: Fri Dec 6 20:35:29 2013 -0800 intel-gpu-tools: Version informatio Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Ben Widawsky <benjamin.widawsky@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -217,3 +217,7 @@ testdisplay_SOURCES = \
|
||||
|
||||
TESTS_progs += testdisplay
|
||||
|
||||
common_files = \
|
||||
eviction_common.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user