commit bbfb86702fa38f80813a4a310da3a221eb0542ad parent 56f8de2e4ed9b773fccdb6c6c2af4d2afaccee70 Author: lash <dev@holbrook.no> Date: Thu, 20 Jun 2024 21:35:41 +0100 Add run app step Diffstat:
M | README.qemu.adoc | | | 18 | ++++++++++++++++-- |
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/README.qemu.adoc b/README.qemu.adoc @@ -146,8 +146,22 @@ Make and verify code as such: make gtk make gtk # same here -make test -make test +make test_src ----- +You need the GNOME desktop environment to run the application itself. + +That means the follwing cannot be run in terminal / `ssh`. + +----- + +# check if everything is all right. +# ...twice, first time fails +make test_gtk +make test_gtk + +# run the application - with logging +make debug + +-----