mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-18 00:45:07 +00:00
Started to add wrapper for bubblewrap that I want to use to make my integration tests without a heavy container engine as docker. IPC with the client application is not working, yet.
This commit is contained in:
parent
61cfb84cff
commit
ad6a4cc696
6 changed files with 291 additions and 4 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
## Integration tests
|
||||
|
||||
Run with `cargo test -p vuinputd-tests --features "requires-root requires-uinput"`.
|
||||
Install bubblewrap:
|
||||
`apt-get install bubblewrap`.
|
||||
|
||||
Run with `cargo test -p vuinputd-tests --features "requires-root requires-uinput requires-bwrap"`.
|
||||
|
||||
## Manual end-to-end tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue