summaryrefslogtreecommitdiff
path: root/tests/updatedraw.c
AgeCommit message (Collapse)Author
2015-02-27tests: remove unused variablesEmil Velikov
As kindly pointed out by GCC. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
2015-02-27tests: fix implicit funciton declaration errorsEmil Velikov
ioctl() and strcmp() were used without the relevent header being included. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
2009-04-06Skip tests that require rootKristian Høgsberg
This lets us do make distcheck as non-root.
2007-07-25Improve the drawable test to use multiple drawables.Eric Anholt
2007-07-19Add a test for drawable add, remove, and update.Eric Anholt