All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests: Regenerate testlist when Makefile is changed
@ 2017-11-21 15:06 Maarten Lankhorst
  2017-11-21 17:01 ` Tomi Sarvela
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Maarten Lankhorst @ 2017-11-21 15:06 UTC (permalink / raw)
  To: intel-gfx; +Cc: Tomi Sarvela

This fixes the testlist keeping the out-of-date reference to chamelium on last run.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reported-by: Tomi Sarvela <tomi.p.sarvela@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
---
 tests/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index db360523dad6..182c037adebc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -29,12 +29,12 @@ endif
 TESTS_progs += testdisplay
 
 if BUILD_TESTS
-test-list.txt: Makefile.sources
+test-list.txt: $(srcdir)/Makefile.sources Makefile
 	@echo TESTLIST > $@
 	@echo ${kernel_tests} >> $@
 	@echo END TESTLIST >> $@
 
-test-list-full.txt: Makefile.sources
+test-list-full.txt: $(srcdir)/Makefile.sources Makefile
 	@echo TESTLIST > $@
 	@echo ${kernel_tests} ${extra_kernel_tests} >> $@
 	@echo END TESTLIST >> $@
-- 
2.15.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-11-22 19:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-21 15:06 [PATCH i-g-t] tests: Regenerate testlist when Makefile is changed Maarten Lankhorst
2017-11-21 17:01 ` Tomi Sarvela
2017-11-22  9:43   ` Maarten Lankhorst
2017-11-21 17:07 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-11-21 17:33 ` [PATCH i-g-t v2] tests: Regenerate testlist when Makefile is changed, v2 Maarten Lankhorst
2017-11-21 18:04 ` ✗ Fi.CI.IGT: failure for tests: Regenerate testlist when Makefile is changed Patchwork
2017-11-22  9:33 ` ✓ Fi.CI.BAT: success for tests: Regenerate testlist when Makefile is changed (rev2) Patchwork
2017-11-22 10:16 ` ✗ Fi.CI.IGT: failure " Patchwork
2017-11-22 10:34 ` ✓ Fi.CI.BAT: success " Patchwork
2017-11-22 19:46 ` ✗ Fi.CI.BAT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.