diff --git a/tests/libinput-test-suite/PURPOSE b/tests/libinput-test-suite/PURPOSE deleted file mode 100644 index 4396bd4..0000000 --- a/tests/libinput-test-suite/PURPOSE +++ /dev/null @@ -1,5 +0,0 @@ -PURPOSE of libinput-test-suite -Description: Full test suite run for libinput -Author: Peter Hutterer - - diff --git a/tests/libinput-test-suite/runtest.sh b/tests/libinput-test-suite/runtest.sh deleted file mode 100644 index ce7b1ff..0000000 --- a/tests/libinput-test-suite/runtest.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -export # let's see what's available -pwd -set -e - -ls /dev/input # if this fails, we don't have a VM -ls /dev/uinput # same as above - -# this is where the standard-test-source extracts to -pushd ../source - -meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false -ninja -C builddir test - -popd > /dev/null diff --git a/tests/libinput-tool-beakerlib/PURPOSE b/tests/libinput-tool-beakerlib/PURPOSE deleted file mode 100644 index 5ba320c..0000000 --- a/tests/libinput-tool-beakerlib/PURPOSE +++ /dev/null @@ -1,4 +0,0 @@ -PURPOSE of libinput-tool-beakerlib -Description: Test for the libinput commandline tool -Author: Peter Hutterer - diff --git a/tests/libinput-tool-beakerlib/runtest.sh b/tests/libinput-tool-beakerlib/runtest.sh deleted file mode 100644 index 486b100..0000000 --- a/tests/libinput-tool-beakerlib/runtest.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -# Include rhts environment -. /usr/bin/rhts-environment.sh -. /usr/share/rhts-library/rhtslib.sh - -PACKAGE="libinput" - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm $PACKAGE - rlAssertRpm $PACKAGE-utils - rlPhaseEnd - - rlPhaseStartTest - rlRun "libinput --help" 0 "libinput help exists cleanly" - rlRun "libinput --version" 0 "libinput version exists cleanly" - rlPhaseEnd - - rlPhaseStartTest - rlRun "libinput quirks validate" 0 "libinput quirks parse " - rlPhaseEnd - - rlPhaseStartTest - rlRun "libinput record --help" 0 "libinput record exists" - rlRun "libinput measure --help" 0 "libinput measure exists" - rlRun "libinput measure fuzz --help" 0 "libinput measure fuzz exists" - rlRun "libinput measure touch-size --help" 0 "libinput measure touch-size exists" - rlRun "libinput measure touchpad-pressure --help" 0 "libinput touchpad-pressure exists" - rlRun "libinput measure touchpad-tap --help" 0 "libinput touchpad-tap exists" - rlPhaseEnd -rlJournalPrintText -rlJournalEnd - diff --git a/tests/libinput-tool-scripttest/libinput-tool-test.sh b/tests/libinput-tool-scripttest/libinput-tool-test.sh deleted file mode 100644 index 2e77ad2..0000000 --- a/tests/libinput-tool-scripttest/libinput-tool-test.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# check libinput is in the path, --help and --version need to work -libinput --help -libinput --version - -# this should fail if the quirks failed to install -libinput quirks validate - -# check the various tools exist -libinput record --help -libinput measure --help -libinput measure fuzz --help -libinput measure touch-size --help -libinput measure touchpad-pressure --help -libinput measure touchpad-tap --help diff --git a/tests/libinput-tool/PURPOSE b/tests/libinput-tool/PURPOSE deleted file mode 100644 index 297a94b..0000000 --- a/tests/libinput-tool/PURPOSE +++ /dev/null @@ -1,5 +0,0 @@ -PURPOSE of libinput-tool -Description: Test for the libinput commandline tool -Author: Peter Hutterer - - diff --git a/tests/libinput-tool/runtest.sh b/tests/libinput-tool/runtest.sh deleted file mode 100644 index 2e77ad2..0000000 --- a/tests/libinput-tool/runtest.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# check libinput is in the path, --help and --version need to work -libinput --help -libinput --version - -# this should fail if the quirks failed to install -libinput quirks validate - -# check the various tools exist -libinput record --help -libinput measure --help -libinput measure fuzz --help -libinput measure touch-size --help -libinput measure touchpad-pressure --help -libinput measure touchpad-tap --help diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 3ad4fb7..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,56 +0,0 @@ ---- -#- hosts: localhost -# roles: -# - role: standard-test-beakerlib -# tags: -# - classic -# tests: -# - libinput-tool-beakerlib -# -#- hosts: localhost -# roles: -# - role: standard-test-basic -# tags: -# - classic -# tests: -# - libinput-tool -# -#- hosts: localhost -# roles: -# - role: standard-test-scripts -# tags: -# - classic -# tests: -# - libinput-tool-scripttest/libinput-tool-test.sh - -- hosts: localhost - roles: - # sigh, we need this separately because of - # https://pagure.io/standard-test-roles/issue/307 and - # https://pagure.io/standard-test-roles/issue/311 - - role: standard-test-basic - tags: - - classic - required_packages: - - meson - - gcc - - gcc-c++ - - mtdev-devel - - libevdev-devel - - libwacom-devel - - check-devel - - systemd-devel - - valgrind - - python3-devel # for pathfix during srpm prep - tests: - - simple: - dir: . - run: test -f /usr/bin/pathfix.py - - role: standard-test-source - tags: - - classic - - role: standard-test-basic - tags: - - classic - tests: - - libinput-test-suite