Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdf3f64a

Browse files
committed
Local build instructions
1 parentc8ee90f commitdf3f64a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎README.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ This repository includes a test suite that covers most of the API and that is de
4444

4545
Please help us improve the coverage of the test suite!
4646

47+
####To build and run unit tests
48+
49+
The unit tests are automatically built by GitHub as part of pull request checks (in`.github/workflows/unit-tests.yml`).
50+
51+
To build and run locally (from the project root):
52+
53+
```
54+
cmake -S test -B test/build
55+
make --directory test/build
56+
test/build/bin/test-ArduinoCore-API
57+
```
58+
4759
###Implementing ArduinoCore-API
4860

4961
In order to compile a core which is implementing ArduinoCore-API you'll need to copy/symlink the`api` directory to the target's`cores/arduino` directory as part of your development and release workflow. The most elegant and effective solution is to develop your core with`api` symlinked and produce the distributable archive by telling`tar` to follow symlinks. Example:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp