mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-13 14:00:59 -04:00
parent
90cdfc4a6d
commit
8459a216a5
1 changed files with 8 additions and 2 deletions
10
INSTALL.md
10
INSTALL.md
|
@ -150,9 +150,15 @@ You can create a package to redistribute KeePassXC (zip, deb, rpm, dmg, etc..).
|
||||||
Testing
|
Testing
|
||||||
=======
|
=======
|
||||||
|
|
||||||
You can perform test on the executable
|
You can perform tests on the built executables with:
|
||||||
```
|
```
|
||||||
make test
|
make test ARGS+="--output-on-failure"
|
||||||
|
```
|
||||||
|
|
||||||
|
If you are not currently running on an X Server or Wayland, run the tests as follows:
|
||||||
|
```
|
||||||
|
make test ARGS+="-E test\(cli\|gui\) --output-on-failure"
|
||||||
|
xvfb-run -e errors -a --server-args="-screen 0 1024x768x24" make test ARGS+="-R test\(cli\|gui\) --output-on-failure"
|
||||||
```
|
```
|
||||||
|
|
||||||
Common parameters:
|
Common parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue