mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-19 05:46:25 +00:00
tests: Fix make depencies for test list
Oops, pretty bad ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
a40f091d81
commit
066ad35ee7
@ -17,12 +17,12 @@ list-multi-tests:
|
||||
@echo ${multi_kernel_tests}
|
||||
@echo END TESTLIST
|
||||
|
||||
single-tests.txt:
|
||||
single-tests.txt: Makefile.sources
|
||||
@echo TESTLIST > $@
|
||||
@echo ${single_kernel_tests} >> $@
|
||||
@echo END TESTLIST >> $@
|
||||
|
||||
multi-tests.txt:
|
||||
multi-tests.txt: Makefile.sources
|
||||
@echo TESTLIST > $@
|
||||
@echo ${multi_kernel_tests} >> $@
|
||||
@echo END TESTLIST >> $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user