summaryrefslogtreecommitdiff
path: root/test/pipeline/rkisp1/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/pipeline/rkisp1/meson.build')
-rw-r--r--test/pipeline/rkisp1/meson.build14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/pipeline/rkisp1/meson.build b/test/pipeline/rkisp1/meson.build
deleted file mode 100644
index 364b5711..00000000
--- a/test/pipeline/rkisp1/meson.build
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-License-Identifier: CC0-1.0
-
-rkisp1_test = [
- ['rkisp1_pipeline_test', 'rkisp1_pipeline_test.cpp'],
-]
-
-foreach t : rkisp1_test
- exe = executable(t[0], t[1],
- dependencies : libcamera_private,
- link_with : test_libraries,
- include_directories : test_includes_internal)
-
- test(t[0], exe, suite : 'rkisp1', is_parallel : false)
-endforeach