Skip to content

test: initial unit testing#149

Merged
ReenigneArcher merged 2 commits intomasterfrom
test/initial-unit-testing
Apr 1, 2026
Merged

test: initial unit testing#149
ReenigneArcher merged 2 commits intomasterfrom
test/initial-unit-testing

Conversation

@ReenigneArcher
Copy link
Copy Markdown
Member

Description

This PR adds host side testing to the project.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@ReenigneArcher ReenigneArcher force-pushed the test/initial-unit-testing branch 2 times, most recently from 4cf8993 to 28e7a29 Compare April 1, 2026 03:24
@ReenigneArcher ReenigneArcher force-pushed the test/initial-unit-testing branch 5 times, most recently from f274eae to c99ab6a Compare April 1, 2026 18:54
Replace local nxdk wrapper headers with direct nxdk <hal/...> includes and remove the deleted wrapper files. Add test support stubs (tests/support/hal/debug.h and tests/support/hal/video.h) and move the video HAL stub out of src to tests/support for unit builds; adjust a few constants/return types in the stub. Update CMakeLists to exclude runtime-only sources from testable sources, add tests/support to include dirs, and relocate unit tests under tests/unit. Misc: shorten Sleep in main from 10000ms to 4000ms and remove verbose debug prints when loading splash assets to reduce startup noise.
@ReenigneArcher ReenigneArcher force-pushed the test/initial-unit-testing branch from c99ab6a to 32c5089 Compare April 1, 2026 19:40
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 1, 2026

@ReenigneArcher ReenigneArcher marked this pull request as ready for review April 1, 2026 19:47
@ReenigneArcher ReenigneArcher merged commit 8f32767 into master Apr 1, 2026
16 checks passed
@ReenigneArcher ReenigneArcher deleted the test/initial-unit-testing branch April 1, 2026 19:55
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.

1 participant