Make the headless input tests work
authorMatthias Clasen <mclasen@redhat.com>
Wed, 3 May 2023 14:48:32 +0000 (10:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 May 2023 03:27:09 +0000 (23:27 -0400)
commitbe8e203edc0a7b88ae3c2b335ddfec267328c432
tree588dde17ae104c8c80803bba3a9a042f8e33f396
parent623c93ccc883167b65e394e19f5a3c88c7d552db
Make the headless input tests work

These needed some updates and workarounds.

They are now part of the testsuite and can
be run like this:

    meson test -Cbuild --suite headless
tests/headless-input-tests.py [deleted file]
tests/headless-monitor-tests.py [deleted file]
tests/run-headless-input-tests.sh [deleted file]
tests/run-headless-monitor-tests.sh [deleted file]
testsuite/headless/headless-input-tests.py [new file with mode: 0644]
testsuite/headless/headless-monitor-tests.py [new file with mode: 0644]
testsuite/headless/meson.build [new file with mode: 0644]
testsuite/headless/run-headless-input-tests.sh [new file with mode: 0755]
testsuite/headless/run-headless-monitor-tests.sh [new file with mode: 0755]
testsuite/meson.build