aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/tensor_remove_operation/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/tests/tensor/tensor_remove_operation/CMakeLists.txt')
-rw-r--r--eval/src/tests/tensor/tensor_remove_operation/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/eval/src/tests/tensor/tensor_remove_operation/CMakeLists.txt b/eval/src/tests/tensor/tensor_remove_operation/CMakeLists.txt
deleted file mode 100644
index a302cc528e0..00000000000
--- a/eval/src/tests/tensor/tensor_remove_operation/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(eval_tensor_remove_operation_test_app TEST
- SOURCES
- tensor_remove_operation_test.cpp
- DEPENDS
- vespaeval
- GTest::GTest
-)
-vespa_add_test(NAME eval_tensor_remove_operation_test_app COMMAND eval_tensor_remove_operation_test_app)