mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
Automatically run all test cases.
In the past test/run-test.sh run only one test case per call. This patch let it automatically run all test cases.
This commit is contained in:
committed by
Damien Lespiau
parent
1c009349bc
commit
6983eebf47
@@ -77,8 +77,7 @@ EXTRA_DIST = \
|
||||
run-test.sh
|
||||
|
||||
$(TESTS): run-test.sh
|
||||
sed "s|TEST|$@|g" ${srcdir}/run-test.sh > $@
|
||||
chmod +x $@
|
||||
chmod +x ${srcdir}/run-test.sh
|
||||
|
||||
CLEANFILES = \
|
||||
*.out \
|
||||
|
||||
Reference in New Issue
Block a user