From 259be83b7c24c30d7e19d23c4f7e1fc1f8e92495 Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 19 Dec 2024 15:13:12 +0100 Subject: [PATCH] Remove erroring patchtest --- meson.build | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/meson.build b/meson.build index bc51c1ba..1cf2c781 100644 --- a/meson.build +++ b/meson.build @@ -659,19 +659,3 @@ if with_standalone dependencies: [], link_with: vil_layer) endif - -# TODO -dep_spc = dependency('spc', - fallback: ['spc', 'spc_dep'], - static: true) -patch_files = files( - 'src/test/patchtest.cpp', - # TODO uff - 'src/util/linalloc.cpp', - 'src/util/util.cpp', - 'src/vk/format_utils.cpp', -) -patch_test = executable('patchtest', patch_files, - include_directories: inc, - cpp_args: args, - dependencies: [dep_spc, deps])