mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Add memory test utilities
This commit is contained in:
parent
698ba55860
commit
e563bec64d
8 changed files with 153 additions and 10 deletions
|
|
@ -69,6 +69,11 @@ On systems without logind, you need to suid the sway binary:
|
|||
|
||||
sudo chmod a+s /usr/local/bin/sway
|
||||
|
||||
## Tests
|
||||
|
||||
Run `make && make check` from the build directory to run tests. The exit code
|
||||
will be the number of failed tests (0 for success).
|
||||
|
||||
## Configuration
|
||||
|
||||
If you already use i3, then copy your i3 config to `~/.config/sway/config` and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue