summaryrefslogtreecommitdiffstats
path: root/evdevpp/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix exit status codesWilliam A. Kennington III2018-10-191-2/+2
| | | | | | | | | | Using an exit status of -1 everywhere leads to the status being converted to 255 when output to a calling application. While this does signify an error it has a reserved meaning for exit status out of range. Lets use a valid general exit status of 1 instead. Change-Id: I326701c78985e34c430c258fe31d9e910da10405 Signed-off-by: William A. Kennington III <wak@google.com>
* evdevpp: Add evmon utilityBrad Bishop2017-08-023-0/+177
| | | | | | | Add a sample/test ev event monitor program for evdevpp. Change-Id: I46dcc47b67b377a1abd79ceef3bc28dbf269d6f2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* evdevpp: Add test directory for libevdev wrappersBrad Bishop2017-08-022-0/+8
Change-Id: Ib9d2e5cee2b9c1e28eb08c3c85f36f448160c16f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud