-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Martynas Gurskas <[email protected]>
- Loading branch information
Showing
6 changed files
with
586 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
---- | ||
|
||
### v0.1.0+v0.23.0 | ||
|
||
- Initial release. | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# How to submit changes | ||
|
||
Pull requests are welcome! | ||
|
||
# How to report issues/bugs? | ||
|
||
Create an issue on Github, we will try to get back to you ASAP. | ||
|
||
# Checkout the code | ||
|
||
``` | ||
git clone https://github.com/NordSecurity/uniffi-bindgen-cpp.git | ||
``` | ||
|
||
# Run tests | ||
|
||
To run tests, a `cmake` installation is required. Unlike `uniffi-rs`, there is no integration with | ||
`cargo test`. | ||
|
||
- Build `uniffi-bindgen-cpp` executable, `libuniffi_fixtures.so` shared library and produce the bindings. | ||
|
||
``` | ||
cd cpp-tests | ||
mkdir build | ||
cd build | ||
cmake .. | ||
make | ||
``` | ||
- Run tests | ||
``` | ||
make test | ||
``` | ||
# Thank you |
Oops, something went wrong.