mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 15:15:38 +00:00
add information about unit tests to COMPILE.txt
This commit is contained in:
parent
1be8ef69c8
commit
cc1cfb9141
|
@ -246,3 +246,12 @@ Unicorn requires few dependent packages as followings
|
||||||
So far, only Python is supported by bindings in the main code.
|
So far, only Python is supported by bindings in the main code.
|
||||||
Look for the bindings under directory bindings/, and refer to README file
|
Look for the bindings under directory bindings/, and refer to README file
|
||||||
of corresponding languages.
|
of corresponding languages.
|
||||||
|
|
||||||
|
|
||||||
|
[11] Unit tests
|
||||||
|
|
||||||
|
Automated unit tests use the cmocka unit testing framework (https://cmocka.org/).
|
||||||
|
It can be installed in most Linux distros using the package manager, e.g.
|
||||||
|
`sudo yum install libcmocka libcmocka-devel`, or you can easily build and install it from source.
|
||||||
|
|
||||||
|
You can run the tests by running `make test` in the project directory.
|
||||||
|
|
Loading…
Reference in a new issue