diff --git a/tests/libinput-test-suite/runtest.sh b/tests/libinput-test-suite/runtest.sh index e3665d8..91e2249 100644 --- a/tests/libinput-test-suite/runtest.sh +++ b/tests/libinput-test-suite/runtest.sh @@ -8,7 +8,7 @@ ls /dev/ set -e tree # figure out where we are # Can we use the spec file version number here?? -pushd tests/source +pushd ../source meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false ninja -C builddir test diff --git a/tests/tests.yml b/tests/tests.yml index 1c27406..71b74f8 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -24,12 +24,12 @@ - hosts: localhost roles: -# - role: standard-test-rpm -# subjects: python3-devel # for pathfix during srpm prep -# tags: -# - always -# - classic - - role: standard-test-source + - role: standard-test-rpm + subjects: python3-devel # for pathfix during srpm prep + tags: + - always + - classic + - role: standard-test-source tags: - always - classic