Path:
tests/integration/features/source_code_traceability/_file_types/30_cc/test.itest
Lines:
14
Non-empty lines:
10
Non-empty lines covered with requirements:
10 / 10 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-142, scope=file)
3
#
4
5
RUN: %strictdoc export %S --output-dir %T | filecheck %s --dump-input=fail
6
CHECK: Published: Example: Traceability between requirements and source files
7
8
RUN: %check_exists --file "%T/html/_source_files/file.cc.html"
9
10
RUN: %cat %T/html/30_cc/example.html | filecheck %s --check-prefix CHECK-HTML
11
CHECK-HTML: href="../_source_files/file.cc.html#REQ-001#1#8"
12
13
RUN: %cat %T/html/_source_files/file.cc.html | filecheck %s --check-prefix CHECK-SOURCE-FILE
14
CHECK-SOURCE-FILE: href="../30_cc/example.html#REQ-001"