Skip to content

Commit

Permalink
doc: change arduino-core-tests path name
Browse files Browse the repository at this point in the history
  • Loading branch information
LinjingZhang committed Dec 2, 2024
1 parent 8d3189b commit 6c5d2bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ architecture=xmc
If your library also supports other boards and architectures, add those in as well.

## Validation test
To test the XMC4arduino, we used unity to test some of the features of the arduino core/builtin library.
Tests are located in tests\unity and included as submodule in this project. Run `git submodule update --init --recursive` to update them. If you are nor familiar with submodules, check out: https://git-scm.com/book/en/v2/Git-Tools-Submodules
To test the XMC4arduino, we used unity to test some of the features of the arduino core & builtin library.

Tests are located in tests/arduino-core-tests and included as submodule in this project. Run `git submodule update --init --recursive` to update them. If you are nor familiar with submodules, check out: https://git-scm.com/book/en/v2/Git-Tools-Submodules

## Code checks (WIP)
Refer to libraries\CAN\Makefile.codecheck
Expand Down

0 comments on commit 6c5d2bf

Please sign in to comment.