Skip to content

Commit

Permalink
Update testing instructions in INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Dec 28, 2019
1 parent 90cdfc4 commit 8459a21
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,15 @@ You can create a package to redistribute KeePassXC (zip, deb, rpm, dmg, etc..).
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:
Expand Down

0 comments on commit 8459a21

Please sign in to comment.