Testing #4

Merged
fedir merged 5 commits from Testing into main 2025-03-18 09:53:26 +01:00

5 Commits

Author SHA1 Message Date
BritishTeapot
66fd9ed582 Updated .gitignore to exclude test remnants. 2025-03-18 09:49:30 +01:00
BritishTeapot
64abb1ed52 Added test scrpt and a mockup of zenity 2025-03-18 09:48:05 +01:00
BritishTeapot
a65d37f3bc Added testing script
Added the `test/test.bash` script that simulates user input with zenity.
Depends on `xdotool` (couldn't make `ydotool` to work)
2025-03-17 11:59:59 +01:00
3b69fd43e3 Updated README.md with recent build instructions 2025-03-17 11:11:01 +01:00
d292abbba5 Updated Makefile with pkg-config and a test target.
Makefile now gets the necessary `cflags` and `libs` compiler arguments
from `pkg-config` which increases portability and makes adding new
dependencies easier. Also added `TEST` flag, to have automated testing
in the future.
2025-03-17 11:02:07 +01:00