Skip to content

Commit

Permalink
Re-enable x11comp test
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jun 20, 2023
1 parent f3210cb commit 26a40ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,11 @@ if get_option('enable-x11')
executable('test-x11', 'test/x11.c', dependencies: x11_test_dep),
env: test_env,
)
# test/x11comp is meant to be run, but it is (temporarily?) disabled.
# See: https://github.com/xkbcommon/libxkbcommon/issues/30
executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep)
test(
'x11comp',
executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
env: test_env,
)
endif
if get_option('enable-xkbregistry')
test(
Expand Down

0 comments on commit 26a40ee

Please sign in to comment.