Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fossil Logic Layer Pull Request
Description
This update restructures the Fossil Test project to follow the new Fossil Logic project structure and moves assertion implementations into the unit testing directory to ensure that the assertions are always available within the basic tools for any given test case.
Changes
Created new project structure map, moved files into new structure starting with the headers, then the source files, build files had been updated to map out the new project map, test cases also moved into new project map as it was created to contain both test and source, the include path to old asser header location removed in favor of directly available from unit test header, old assertion headers removed in favor of simpler project structure.
Testing
The same test was used to ensure nothing was broken during the restructuring process.
Checklist
License
This project is licensed under the Mozilla Public License - see the LICENSE file for details.