Skip to content

Commit

Permalink
Add testing for EMV application selection
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Feb 14, 2024
1 parent f400c01 commit 429a01f
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ if (BUILD_TESTING)
target_link_libraries(emv_build_candidate_list_test PRIVATE emv_cardreader_emul print_helpers emv)
add_test(emv_build_candidate_list_test emv_build_candidate_list_test)

add_executable(emv_select_application_test emv_select_application_test.c)
target_link_libraries(emv_select_application_test PRIVATE emv_cardreader_emul print_helpers emv)
add_test(emv_select_application_test emv_select_application_test)

add_executable(isocodes_test isocodes_test.c)
find_package(Intl)
if(Intl_FOUND)
Expand Down
Loading

0 comments on commit 429a01f

Please sign in to comment.