summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/trace/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/trace/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/trace/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/trace/CMakeLists.txt b/vespalib/src/tests/trace/CMakeLists.txt
index a632d419b4b..76cb266f230 100644
--- a/vespalib/src/tests/trace/CMakeLists.txt
+++ b/vespalib/src/tests/trace/CMakeLists.txt
@@ -7,10 +7,10 @@ vespa_add_executable(vespalib_trace_test_app TEST
)
vespa_add_test(NAME vespalib_trace_test_app COMMAND vespalib_trace_test_app)
-vespa_add_executable(staging_vespalib_trace_serialization_test_app TEST
+vespa_add_executable(vespalib_trace_serialization_test_app TEST
SOURCES
trace_serialization.cpp
DEPENDS
vespalib
)
-vespa_add_test(NAME staging_vespalib_trace_serialization_test_app COMMAND staging_vespalib_trace_serialization_test_app)
+vespa_add_test(NAME vespalib_trace_serialization_test_app COMMAND vespalib_trace_serialization_test_app)