2023-02-06 02:59:22 -08:00
|
|
|
_work in progress_
|
|
|
|
|
|
|
|
### Tooling
|
|
|
|
|
2023-02-15 02:03:29 -08:00
|
|
|
- Consider enabling the `enable-gpl` and `test-bpf` features in your rust ide to get sensible tooling for all parts of the source code.
|
|
|
|
|
2023-02-17 00:48:28 -08:00
|
|
|
![image](https://user-images.githubusercontent.com/89031858/219597204-4c51d1ee-26d2-4118-8688-c72ac421022a.png)
|
|
|
|
|
|
|
|
|
2023-02-06 02:59:22 -08:00
|
|
|
### Code style
|
|
|
|
|
|
|
|
### Testing
|
2023-05-15 01:40:41 -07:00
|
|
|
|
|
|
|
In order to run the tests the `enable_gpl` feature needs to be enabled to not skip essential tests.
|
|
|
|
|
|
|
|
```
|
|
|
|
cargo test-sbf --features enable-gpl
|
|
|
|
```
|