[Intel-gfx] [PATCH i-g-t] tests/Android.mk: Treat all KMS tests as Cairo dependent

2015-05-15 Thread Derek Morton
If ANDROID_HAS_CAIRO is not set, automatically add all kms tests to the skip_tests_list. Building for android currently fails due to the addition of new kms tests. Rather than just adding the new tests to the exclusion list, autogenerating a list of all kms tests and excluding them will reduce

Re: [Intel-gfx] [PATCH i-g-t] tests/Android.mk: Treat all KMS tests as Cairo dependent

2015-05-15 Thread Damien Lespiau
On Fri, May 15, 2015 at 11:24:55AM +0100, Derek Morton wrote: If ANDROID_HAS_CAIRO is not set, automatically add all kms tests to the skip_tests_list. Building for android currently fails due to the addition of new kms tests. Rather than just adding the new tests to the exclusion list,

Re: [Intel-gfx] [PATCH i-g-t] tests/Android.mk: Treat all KMS tests as Cairo dependent

2015-05-15 Thread Morton, Derek J
On Fri, May 15, 2015 at 11:24:55AM +0100, Derek Morton wrote: If ANDROID_HAS_CAIRO is not set, automatically add all kms tests to the skip_tests_list. Building for android currently fails due to the addition of new kms tests. Rather than just adding the new tests to the exclusion list,

Re: [Intel-gfx] [PATCH i-g-t] tests/Android.mk: Treat all KMS tests as Cairo dependent

2015-05-15 Thread Damien Lespiau
On Fri, May 15, 2015 at 12:15:36PM +0100, Morton, Derek J wrote: On Fri, May 15, 2015 at 11:24:55AM +0100, Derek Morton wrote: If ANDROID_HAS_CAIRO is not set, automatically add all kms tests to the skip_tests_list. Building for android currently fails due to the addition of new kms