mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 08:32:45 +01:00
10 lines
174 B
Markdown
10 lines
174 B
Markdown
|
Nativenet functionality test
|
||
|
============================
|
||
|
|
||
|
To build the sender it *needs* to be build first. So to test this use
|
||
|
|
||
|
```bash
|
||
|
make clean sender
|
||
|
make all test
|
||
|
```
|