mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|
||
|
```
|