Skip to content

Commit

Permalink
Added unit test file to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aamereller committed Sep 27, 2024
1 parent 0f12b3c commit f3b2f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
list(APPEND pcap_tests "tecmp_lin_messages_pcap")
list(APPEND pcap_tests "tecmp_fr_null_frame_pcap")
list(APPEND pcap_tests "tecmp_fr_sync_frame_pcap")
list(APPEND pcap_tests "can_error_frames")

foreach(pcap_test ${pcap_tests})
get_filename_component(param ${pcap_test} NAME)
Expand Down

0 comments on commit f3b2f74

Please sign in to comment.