Mesa (master): compiler: delete leftover autotools test wrapper

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 20 22:38:11 UTC 2020


Module: Mesa
Branch: master
Commit: 9bac0dd99b3fc6b11c31b6408fd86e9a5d8047de
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bac0dd99b3fc6b11c31b6408fd86e9a5d8047de

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Wed May 20 01:35:03 2020 +0200

compiler: delete leftover autotools test wrapper

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5114>

---

 src/compiler/glsl/tests/optimization-test.sh    | 3 ---
 src/compiler/glsl/tests/warnings-test.sh        | 3 ---
 src/compiler/nir/tests/algebraic_parser_test.sh | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/src/compiler/glsl/tests/optimization-test.sh b/src/compiler/glsl/tests/optimization-test.sh
deleted file mode 100755
index 751529a5159..00000000000
--- a/src/compiler/glsl/tests/optimization-test.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-$PYTHON $srcdir/glsl/tests/optimization_test.py --test-runner $abs_builddir/glsl/glsl_test
diff --git a/src/compiler/glsl/tests/warnings-test.sh b/src/compiler/glsl/tests/warnings-test.sh
deleted file mode 100755
index 12f68c2300f..00000000000
--- a/src/compiler/glsl/tests/warnings-test.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-$PYTHON $srcdir/glsl/tests/warnings_test.py --glsl-compiler $abs_builddir/glsl_compiler --test-directory $srcdir/glsl/tests/warnings/
diff --git a/src/compiler/nir/tests/algebraic_parser_test.sh b/src/compiler/nir/tests/algebraic_parser_test.sh
deleted file mode 100755
index 5c23443fb11..00000000000
--- a/src/compiler/nir/tests/algebraic_parser_test.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-$PYTHON $srcdir/nir/tests/algebraic_parser_test.py



More information about the mesa-commit mailing list