Skip to content

Commit

Permalink
Add missing test target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjoe authored and lambdafu committed Oct 31, 2018
1 parent 70dbb95 commit 3494a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions legacy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ target_link_libraries(gpg-error-test PRIVATE
)

add_test(GpgErrorTest gpg-error-test COMMAND gpg-error-test test_xml_output --gtest_output=xml:gpg-error-test.xml)
add_dependencies(tests gpg-error-test)

# libassuan

Expand Down

0 comments on commit 3494a06

Please sign in to comment.