summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/stllike/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/stllike/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/stllike/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/vespalib/src/tests/stllike/CMakeLists.txt b/vespalib/src/tests/stllike/CMakeLists.txt
index 04c1a420f5e..ebf7de9c747 100644
--- a/vespalib/src/tests/stllike/CMakeLists.txt
+++ b/vespalib/src/tests/stllike/CMakeLists.txt
@@ -47,3 +47,11 @@ vespa_add_executable(vespalib_lookup_benchmark_app
vespalib
)
vespa_add_test(NAME vespalib_lookup_benchmark_app COMMAND vespalib_lookup_benchmark_app BENCHMARK)
+vespa_add_executable(vespalib_replace_variable_test_app TEST
+ SOURCES
+ replace_variable_test.cpp
+ DEPENDS
+ vespalib
+ gtest
+)
+vespa_add_test(NAME vespalib_replace_variable_test_app COMMAND vespalib_replace_variable_test_app)