Home
last modified time | relevance | path

Searched +full:libinput +full:- +full:test +full:- +full:suite +full:- +full:path (Results 1 – 9 of 9) sorted by relevance

/third_party/libinput/test/
Dlitest.c52 #include <systemd/sd-bus.h>
61 #include "litest-int.h"
62 #include "libinput-util.h"
72 "/91-litest-fuzz-override-REMOVEME-XXXXXX.rules"
74 "/91-litest-test-device-REMOVEME-XXXXXXX.rules"
76 "/80-libinput-device-groups-litest-XXXXXX.rules"
91 char *path; member
95 of the test run */
129 if (pipe(pipefd) == -1) in litest_backtrace()
160 while ((nread = read(pipefd[0], buf, sizeof(buf) - 1)) > 0) { in litest_backtrace()
[all …]
Dtest-log.c29 #include <libinput.h>
36 static struct libinput *log_handler_context;
39 simple_log_handler(struct libinput *libinput, in simple_log_handler() argument
46 litest_assert_ptr_eq(libinput, log_handler_context); in simple_log_handler()
51 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument
54 fd = open(path, flags); in open_restricted()
55 return fd < 0 ? -errno : fd; in open_restricted()
70 struct libinput *li; in START_TEST()
83 struct libinput *li; in START_TEST()
107 struct libinput *li; in START_TEST()
[all …]
Dtest-device.c29 #include <libinput.h>
34 #include "libinput-util.h"
42 device = dev->libinput_device; in START_TEST()
56 device = dev->libinput_device; in START_TEST()
72 /* The wacom devices in the test suite are external */ in START_TEST()
73 if (libevdev_get_id_vendor(dev->evdev) != VENDOR_ID_WACOM && in START_TEST()
78 device = dev->libinput_device; in START_TEST()
92 /* The wacom devices in the test suite are external */ in START_TEST()
93 if (libevdev_get_id_vendor(dev->evdev) == VENDOR_ID_WACOM || in START_TEST()
97 device = dev->libinput_device; in START_TEST()
[all …]
Dtest-utils.c30 #include "util-list.h"
31 #include "util-strings.h"
32 #include "util-time.h"
33 #include "util-prop-parsers.h"
34 #include "util-macros.h"
35 #include "util-bits.h"
36 #include "util-ratelimit.h"
37 #include "util-matrix.h"
40 #include "libinput-versionsort.h"
42 #include "check-double-macros.h"
[all …]
/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
27 # MESON_ARGS=-Denable-something=true
28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'
35 # e.g. fedora:31@build-default
[all …]
Dmeson.build1 project('libinput', 'c', project
9 dir_data = get_option('prefix') / get_option('datadir') / 'libinput'
11 dir_overrides = get_option('prefix') / get_option('sysconfdir') / 'libinput'
12 dir_libexec = get_option('prefix') / get_option('libexecdir') / 'libinput'
17 dir_src_test = meson.current_source_dir() / 'test'
19 dir_gitlab_ci = meson.current_source_dir() / '.gitlab-ci'
21 dir_udev = get_option('udev-dir')
31 # We use libtool-version numbers because it's easier to understand.
44 libinput_so_version = '@0@.@1@.@2@'.format((libinput_lt_c - libinput_lt_a),
50 '-Wno-unused-parameter',
[all …]
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
19 <!-- OAT(OSS Audit Tool) configuration guide:
20 basedir: Root dir, the basedir + project path is the real source file location.
29 5. task project: Projects to be checked, the path field define the source root dir of the project.
34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte…
35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli…
37 "compatibility" is used to check license compatibility in the specified path;
[all …]
/third_party/libinput/doc/user/
Dcontributing.rst5 Contributing to libinput
9 So you want to contribute to libinput? Great! We'd love to help you be a part
15 ------------------------------------------------------------------------------
17 ------------------------------------------------------------------------------
19 As a freedesktop.org project, libinput follows the `freedesktop.org
27 ------------------------------------------------------------------------------
29 ------------------------------------------------------------------------------
32 `wayland-devel@lists.freedesktop.org
33 <https://lists.freedesktop.org/mailman/listinfo/wayland-devel>`_ mailing
36 For IRC, ping user ``whot`` (Peter Hutterer, the libinput maintainer) though
[all …]
Dbuilding.rst4 libinput build instructions
12 Instructions on how to build libinput and its tools and how to build against
13 libinput.
16 system-provided libinput with one from the git repository, see
21 ------------------------------------------------------------------------------
22 Distribution repositories for libinput from git
23 ------------------------------------------------------------------------------
25 Some distributions provide package repositories for users that want to test
26 the latest libinput without building it manually.
28 .. note:: The list below is provided for convenience. The libinput community
[all …]