ud3tn/test/unit
Maximilian Nitsch 4e125e3af7 fix: cppcheck warnings
Add command-line options for cppcheck to the CI job:

- `--suppress=constParameterCallback`

- `--check-level=exhaustive`

  information: Limiting analysis of branches.
  Use --check-level=exhaustive to analyze all branches.

- `--force`

  information: Too many #ifdef configurations - cppcheck only checks 12
  configurations. Use --force to check all configurations.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2026-05-20 17:57:53 +02:00
..
bundle7Data.c Make EID a data structure 2026-02-03 09:22:53 +01:00
main.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
test.c test/unit: Test some testable aap2_client functions 2025-10-22 16:28:49 +02:00
test_aap.c Move definition of _POSIX_C_SOURCE and _DEFAULT_SOURCE to posix.mk 2023-10-25 15:56:57 +02:00
test_aap_parser.c test/unit: Free used heap-allocated data 2026-03-18 09:57:10 +01:00
test_aap_serializer.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
test_aapv2_client.c test/unit: Add AAP2 C-client unit tests for new ipn EIDs 2026-02-03 09:22:53 +01:00
test_agent_manager.c agent_manager: Filter out the NULL sink ID on forward 2026-03-19 19:22:45 +01:00
test_bibe_encoder.c fix: cppcheck warnings 2026-05-20 17:57:53 +02:00
test_bibe_parser.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
test_bibe_validation.c Use BIBE AR type code 64443 by default 2025-09-05 10:57:59 +02:00
test_bundle.c bundle: Remove bundle_list 2026-03-19 19:22:45 +01:00
test_bundle6Create.c Make EID a data structure 2026-02-03 09:22:53 +01:00
test_bundle6Fragmentation.c test/unit: Free used heap-allocated data 2026-03-18 09:57:10 +01:00
test_bundle6ParserSerializer.c Pass timestamps in status reports 2026-03-19 19:22:45 +01:00
test_bundle7Create.c test/unit: Free used heap-allocated data 2026-03-18 09:57:10 +01:00
test_bundle7Fragmentation.c Make EID a data structure 2026-02-03 09:22:53 +01:00
test_bundle7Parser.c test/unit: Free used heap-allocated data 2026-03-18 09:57:10 +01:00
test_bundle7Reports.c Make EID a data structure 2026-02-03 09:22:53 +01:00
test_bundle7Serializer.c bundle: Switch all flags and length fields to 64bit and do not filter 2026-03-19 18:58:07 +01:00
test_crc.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_eid.c Implement RFC9758 ipn LocalNode EIDs 2026-02-03 09:22:53 +01:00
test_fib.c Refactor FIB: Separate node entry from CLA link 2024-08-23 11:59:02 +02:00
test_json_config.c routing/compat: Implement JSON configuration parser 2025-06-05 17:03:39 +02:00
test_node.c test/unit: Free used heap-allocated data 2026-03-18 09:57:10 +01:00
test_routingTable.c test/unit: Free used heap-allocated data 2026-03-18 09:57:10 +01:00
test_sdnv.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_simple_queue.c test/unit: Free used heap-allocated data 2026-03-18 09:57:10 +01:00
test_simplehtab.c test/unit: Fix warning Wgnu-folding-constant by macOS Clang 2026-03-18 09:57:10 +01:00
test_spp.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
test_spp_parser.c test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00
test_spp_timecodes.c style: Spacing, indentation, long lines, continuations 2023-07-25 13:15:05 +02:00
testud3tn_eid_helpers.h eid: Implement support for ipn 3-element string representation 2026-02-03 09:22:53 +01:00
testud3tn_unity.h test: Remove the Unity wrappers for memory allocation functions 2023-05-15 11:39:29 +02:00