aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
blob: a2c13df5e9378b4aafcdd194d0e6725199a9beb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Dependencies

Development builds of ZLUDA requires following dependencies:

* CMake
* Python 3

Additionally repository have to be clone with Git submodules initalized. If you cloned the repo without initalizing submodules, do this:
```
git submodule update --init --recursive
```

## Tests

tests should be executed with `--workspace` option to test non-default targets:
```
cargo test --workspace
```