mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
assembler: Revert "Automatically run all test cases."
The tests where supposed to be run through make check, not running the
"run-test.sh" standalone. So revert that patch to have make check work
as intended.
This reverts commit 6983eebf47.
This commit is contained in:
@@ -77,7 +77,8 @@ EXTRA_DIST = \
|
||||
run-test.sh
|
||||
|
||||
$(TESTS): run-test.sh
|
||||
chmod +x ${srcdir}/run-test.sh
|
||||
sed "s|TEST|$@|g" ${srcdir}/run-test.sh > $@
|
||||
chmod +x $@
|
||||
|
||||
CLEANFILES = \
|
||||
*.out \
|
||||
|
||||
Reference in New Issue
Block a user