Path:
tests/integration/features/source_code_traceability/_language_parsers/c/11_c_forward_function_regex/test.itest
Lines:
15
Non-empty lines:
11
Non-empty lines covered with requirements:
11 / 11 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
# @relation(SDOC-LLR-207, scope=file)
2
3
RUN: %strictdoc export %S --output-dir %T | filecheck %s --dump-input=fail
4
CHECK: Published: Hello world doc
5
6
RUN: %check_exists --file "%T/html/_source_files/file.cpp.html"
7
8
RUN: %cat %T/html/%THIS_TEST_FOLDER/input.html | filecheck %s --dump-input=fail --check-prefix CHECK-HTML
9
CHECK-HTML: <a{{.*}}href="../_source_files/file.cpp.html#REQ-1#1#4">10
CHECK-HTML: function ZTEST_USER(semaphore, test_k_sem_correct_count_limit)()
11
12
RUN: %cat %T/html/_source_files/file.cpp.html | filecheck %s --check-prefix CHECK-SOURCE-FILE
13
CHECK-SOURCE-FILE: <b>[ 1-4 ]</b>
14
CHECK-SOURCE-FILE: file.cpp, function ZTEST_USER(semaphore, test_k_sem_correct_count_limit)()
15
CHECK-SOURCE-FILE: 1 - 4 | function ZTEST_USER(semaphore, test_k_sem_correct_count_limit)()