Skip to content

Commit

Permalink
Rename vcard constructor test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Jan 4, 2024
1 parent 3da5c1a commit 59c8fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/libicalvcard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ add_executable(vcard_test_encode vcard_test_encode.c)
add_dependencies(vcard_test_encode icalvcard)
target_link_libraries(vcard_test_encode icalvcard)

add_test(NAME vcard_hello_world
add_test(NAME vcard_construct
COMMAND vcard_test ${CMAKE_SOURCE_DIR}/test-data/test.vcf
)

Expand Down

0 comments on commit 59c8fdd

Please sign in to comment.