aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/tests/meson.build')
-rw-r--r--src/compiler/glsl/tests/meson.build12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/compiler/glsl/tests/meson.build b/src/compiler/glsl/tests/meson.build
index dc017ca4072..e9272fe5fbe 100644
--- a/src/compiler/glsl/tests/meson.build
+++ b/src/compiler/glsl/tests/meson.build
@@ -18,18 +18,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-test(
- 'blob_test',
- executable(
- 'blob_test',
- 'blob_test.c',
- c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
- include_directories : [inc_common, inc_compiler],
- link_with : [libglsl],
- ),
- suite : ['compiler', 'glsl'],
-)
-
if with_shader_cache
test(
'cache_test',