For Developers: Automated Testing - linuxwacom/input-wacom GitHub Wiki
The input-wacom driver does not have any internal test suites. Instead, we rely on third-party suites for automated testing. For example:
- Compile testing: Increased warning levels when built by Github
- Patch formatting: Upstream kernel's
./scripts/checkpatch.pl
script - Unit testing: Python tests from the https://gitlab.freedesktop.org/libevdev/hid-tools/ repository
These tests may be run automatically whenever code is pushed to the repository or when a pull request is created.