diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-27 22:41:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 14:37:56 -0300 |
commit | b42bff67f2fc532fc9f7ae48967e05667f6fabcb (patch) | |
tree | e1937cd5f5be02144b7fcdefc47b4b5773d59eec /community/libwacom/disable-tests.patch | |
parent | b65cdca87b96f9ab305c175f54b76eebe6a391fa (diff) | |
download | aports-b42bff67f2fc532fc9f7ae48967e05667f6fabcb.tar.gz aports-b42bff67f2fc532fc9f7ae48967e05667f6fabcb.tar.bz2 aports-b42bff67f2fc532fc9f7ae48967e05667f6fabcb.tar.xz |
community/libwacom: upgrade to 1.0
Diffstat (limited to 'community/libwacom/disable-tests.patch')
-rw-r--r-- | community/libwacom/disable-tests.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/community/libwacom/disable-tests.patch b/community/libwacom/disable-tests.patch new file mode 100644 index 00000000000..b1028595827 --- /dev/null +++ b/community/libwacom/disable-tests.patch @@ -0,0 +1,33 @@ +diff --git a/meson.build b/meson.build +index 6584c86..9368567 100644 +--- a/meson.build ++++ b/meson.build +@@ -392,13 +392,6 @@ test('svg-layout-exists', + args: [meson.source_root()], + suite: ['all']) + +-# meson requires that we specify all files one-by-one, so let's add a test +-# that we can't forget about that. +-test('data-files-in-meson.build', +- find_program('data/check-data-in-meson.build.sh'), +- args: [meson.source_root()], +- suite: ['all']) +- + ############### tools ########################### + + executable('libwacom-list-local-devices', +@@ -533,13 +526,6 @@ if get_option('tests') + message('valgrind not found, disabling valgrind test suite') + endif + +- test_deprecated = executable('test-deprecated', +- 'test/test-deprecated.c', +- dependencies: [dep_libwacom, dep_dl], +- include_directories: [includes_src], +- c_args: tests_cflags, +- install: false) +- test('test-deprecated', test_deprecated, suite: ['all']) + endif + + # This is a non-optional test + |