Files
deskflow/disable-test-x86.patch
Richard Rahl d7971c1fcb Accepting request 1324408 from home:rrahl0:test
- enable more tests by using the whole suite, not only legacytests
- add disable-test-x86.patch, disable the 1 test which fails on legacy x86

OBS-URL: https://build.opensuse.org/request/show/1324408
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/deskflow?expand=0&rev=8
2025-12-25 21:51:55 +00:00

19 lines
606 B
Diff

diff -rubN deskflow-1.25.0/src/unittests/deskflow/CMakeLists.txt deskflow-1.25.0-patched/src/unittests/deskflow/CMakeLists.txt
--- deskflow-1.25.0/src/unittests/deskflow/CMakeLists.txt 2025-11-21 16:09:53.000000000 +0100
+++ deskflow-1.25.0-patched/src/unittests/deskflow/CMakeLists.txt 2025-12-25 22:42:12.017374930 +0100
@@ -22,14 +22,6 @@
)
create_test(
- NAME IKeyStateTests
- DEPENDS app
- LIBS arch base ${extra_libs}
- SOURCE IKeyStateTests.cpp
- WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/src/lib/deskflow"
-)
-
-create_test(
NAME KeyMapTests
DEPENDS app
LIBS arch base ${extra_libs}