Skip to content
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

Add Unittesting #60

Merged
merged 8 commits into from
Oct 23, 2021
Merged

Add Unittesting #60

merged 8 commits into from
Oct 23, 2021

Conversation

sithlord48
Copy link
Owner

@sithlord48 sithlord48 commented Oct 15, 2021

  • Create unittests dir to house our testing structure
  • Create in unittests/subdir a simple macro MAKE_FF7TK_<subdir>_TEST to create a unittest for that library
    • Takes a NAME
    • Source File
  • Make tests for data objects
    • FF7Text Test to check all chars. (Ignores all spaces being 0x00)
    • FF7Save Full Coverage!
  • Make tests for utils objects
    • PsColor
    • LZS
    • GZIPPS
    • GZIP
  • Fix Any defects found by tests.

@sithlord48 sithlord48 force-pushed the addTests branch 9 times, most recently from e807595 to 57f39d1 Compare October 17, 2021 13:54
@sithlord48 sithlord48 changed the title Add tests Add Unittesting Oct 17, 2021
@sithlord48 sithlord48 force-pushed the addTests branch 2 times, most recently from c50ccd6 to 683c7e4 Compare October 18, 2021 12:08
@sithlord48 sithlord48 force-pushed the addTests branch 16 times, most recently from 6e74bf0 to 6363d9c Compare October 20, 2021 18:26
@myst6re myst6re self-requested a review October 22, 2021 14:11
@sithlord48 sithlord48 force-pushed the addTests branch 14 times, most recently from 0f8c51a to 13c7ea3 Compare October 23, 2021 12:38
@sithlord48 sithlord48 merged commit 96d38e8 into master Oct 23, 2021
@sithlord48 sithlord48 deleted the addTests branch October 23, 2021 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants