-
-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IO ImageBase tests not exercised #3703
Labels
Good first issue
A good issue for community members new to contributing
type:Testing
Ensure that the purpose of a class is met/the results on a wide set of test cases are correct
Milestone
Comments
Maybe they were meant to be controlled by ITK/Modules/IO/TIFF/test/CMakeLists.txt Lines 213 to 244 in 76dd332
|
I can take this up |
7 tasks
@jadh4v Thanks for having addressed this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Good first issue
A good issue for community members new to contributing
type:Testing
Ensure that the purpose of a class is met/the results on a wide set of test cases are correct
Description
The tests
itkLargeImageWriteConvertReadTest
anditkLargeImageWriteReadTest
are not being exercised as the correspondingitk_add_test
command are not present in the relevant CMakeLists.txt file, despite the files being listed:ITK/Modules/IO/ImageBase/test/CMakeLists.txt
Line 12 in 23da3df
and
ITK/Modules/IO/ImageBase/test/CMakeLists.txt
Line 13 in 23da3df
Thus, the corresponding executables are not created.
Steps to Reproduce
and
CTest will report the message:
Expected behavior
All listed tests should be exercised.
Actual behavior
Tests are not being exercised.
Reproducibility
100%.
Versions
master
.Environment
Any.
Additional Information
None
The text was updated successfully, but these errors were encountered: