-
Notifications
You must be signed in to change notification settings - Fork 168
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
Refactor isisminer to be callable and migrate Makefile tests to gtest format #5516
Labels
enhancement
New feature or request
Comments
kledmundson
added a commit
to kledmundson/ISIS3
that referenced
this issue
Jul 16, 2024
kledmundson
added a commit
to kledmundson/ISIS3
that referenced
this issue
Jul 16, 2024
kledmundson
added a commit
to kledmundson/ISIS3
that referenced
this issue
Jul 16, 2024
kledmundson
added a commit
to kledmundson/ISIS3
that referenced
this issue
Jul 16, 2024
kledmundson
added a commit
to kledmundson/ISIS3
that referenced
this issue
Jul 16, 2024
kledmundson
added a commit
to kledmundson/ISIS3
that referenced
this issue
Jul 16, 2024
…r testing support. Addresses DOI-USGS#5516.
kledmundson
added a commit
to kledmundson/ISIS3
that referenced
this issue
Jul 16, 2024
…NGELOG reflecting conversion of isisminer to callable app. Addresses DOI-USGS#5516.
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
…r testing support. Addresses DOI-USGS#5516.
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
…NGELOG reflecting conversion of isisminer to callable app. Addresses DOI-USGS#5516.
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
…label files. Minor tweaks to FunctionalTestsIsisminer.cpp. History entry added to isisminer.xml. Addresses DOI-USGS#5516.
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 7, 2024
Merged
12 tasks
kledmundson
added a commit
to UA-LPL/ISIS3
that referenced
this issue
Aug 27, 2024
acpaquette
pushed a commit
that referenced
this issue
Sep 11, 2024
…rted to gtest format (#5579) * Fixed minor misspellings in error messages. Addresses #5516. * Test data added for isisminer. Addresses #5516. * Converted isisminer Makefile tests to gtest format. Addresses #5516. * Converted isisminer application to callable function. Addresses #5516. * Minor tweak to isisminer csvwriter test. Addresses #5516. * Added compareCsvLineCustomDelimiter method, specifically for isisminer testing support. Addresses #5516. * Removed isisminer Makefile tests (replaced by gtests) and updated CHANGELOG reflecting conversion of isisminer to callable app. Addresses #5516. * Replace isis cube in /isis/tests/data/isisminer/gistest with isd and label files. Minor tweaks to FunctionalTestsIsisminer.cpp. History entry added to isisminer.xml. Addresses #5516. * Minor changes for conversion of isisminer to callable app. Addresses #5516. * Had to add data file index.lbl to the .gitignore file for it to be uploaded. Addresses #5516.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The isisminer application needs to be refactored to be callable. Makefile tests need to be replaced with gtests.
The text was updated successfully, but these errors were encountered: