Skip to content

Commit

Permalink
src/test/libicalvcard/CMakeLists.txt - setprops for the tests
Browse files Browse the repository at this point in the history
calling the setprops macro should set the necessary
environment for finding runtime libraries on Windows.
  • Loading branch information
winterz committed Apr 22, 2024
1 parent ef0a0d8 commit 7fd1353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/libicalvcard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ target_link_libraries(vcard_test_encode icalvcard)
add_test(NAME vcard_construct
COMMAND vcard_test ${CMAKE_SOURCE_DIR}/test-data/test.vcf
)
setprops(vcard_construct)

add_test(NAME vcard_encode COMMAND vcard_test_encode)
setprops(vcard_encode)

0 comments on commit 7fd1353

Please sign in to comment.