Skip to content

Commit 4da7907

Browse files
committed
tired of vscode/github showing me the test versions of files
1 parent d8157f2 commit 4da7907

13 files changed

+13
-13
lines changed

test/CMakeLists.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ add_executable(tests
1717
matchers.cpp
1818

1919
# test cases
20-
cerr_logger.cpp
21-
datadog_agent.cpp
22-
glob.cpp
23-
limiter.cpp
24-
smoke.cpp
25-
span.cpp
26-
span_sampler.cpp
27-
trace_segment.cpp
28-
tracer_config.cpp
29-
tracer.cpp
30-
trace_sampler.cpp
20+
test_cerr_logger.cpp
21+
test_datadog_agent.cpp
22+
test_glob.cpp
23+
test_limiter.cpp
24+
test_smoke.cpp
25+
test_span.cpp
26+
test_span_sampler.cpp
27+
test_trace_segment.cpp
28+
test_tracer_config.cpp
29+
test_tracer.cpp
30+
test_trace_sampler.cpp
3131
)
3232

3333
target_link_libraries(tests dd_trace_cpp ${COVERAGE_LIBRARIES})

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test assertions.
1919
[main.cpp](main.cpp) is the test driver (executable).
2020

2121
All other translation units in this directory are the tests themselves. For
22-
example, [span.cpp](span.cpp) contains the tests for the `Span` class and
23-
associated behavior.
22+
example, [test_span.cpp](test_span.cpp) contains the tests for the `Span` class
23+
and associated behavior.
2424

2525
[1]: https://github.com/catchorg/Catch2/tree/v2.x
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)