summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/eval/compile_cache/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/eval/compile_cache/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/eval/compile_cache/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/vespalib/src/tests/eval/compile_cache/CMakeLists.txt b/vespalib/src/tests/eval/compile_cache/CMakeLists.txt
deleted file mode 100644
index 5484ee9580b..00000000000
--- a/vespalib/src/tests/eval/compile_cache/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_compile_cache_test_app TEST
- SOURCES
- compile_cache_test.cpp
- DEPENDS
- vespalib
- vespalib_vespalib_eval_llvm
-)
-vespa_add_test(NAME vespalib_compile_cache_test_app COMMAND vespalib_compile_cache_test_app)