intel-gpu-tools: Move igt tests to intel validation area
authorTim Gore <tim.gore@intel.com>
Tue, 13 May 2014 08:34:42 +0000 (09:34 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 13 May 2014 09:15:53 +0000 (11:15 +0200)
commit0be29daac18bebeca6be6e80746ff8abb6476dfc
treecc9dc7f37cfb28941ada1b1d3fb0ea4e9c9ad152
parentbd7f9ab2cefd4c8fcf57e0dc4e79fef6890a3c71
intel-gpu-tools: Move igt tests to intel validation area

Currently when IGT is built for Android the resulting test
executables go to /system/bin, which is not ideal. After
discussion with the core validation team i have moved them
to /system/vendor/intel/validation/core/igt by setting
LOCAL_MODULE_PATH.

I have also added a --defsym linker option to export a
symbol that allows a script to easily distinguish between
tests that have subtests and those that dont. There are
better ways to do this (viz, in the source code) but
because the igt tests are not written consistently this
would require many more changes.

Signed-off-by: Tim Gore <tim.gore@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/Android.mk