-
Notifications
You must be signed in to change notification settings - Fork 58
For Developers: Automated Testing
Jason Gerecke edited this page Feb 16, 2022
·
1 revision
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.
- Installing input-wacom from source
- Tips & Tricks
- Debugging
- Contributing