summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-01-06Add unit test suite and a basic test of the geometry structs.Bryce Harrington1-0/+1
This follows the style of the X server test suite, using autoconf's built-in support for make check using asserts. The first test trivially checks the geometry structures. Signed-off-by: Bryce Harrington <bryce@canonical.com>
2012-01-06Import xrandr.c as an implementation example.Bryce Harrington1-0/+1
Over the course of this development effort, code will be refactored out of xrandr.c into the library source. As this is done, the corresponding code will be excised from this copy of xrandr.c and replaced with the new API calls. This commit pulls in the unchanged xrandr.c from the xrandr package. This will enable before/after testing of xrandr behavior to catch functional regressions. Ultimately, prior to libXrandrUtils 1.0.0, this work should be complete and xrandr.c migrated back home to the xrandr package. Signed-off-by: Bryce Harrington <bryce@canonical.com>
2012-01-06Initial packaging and directory structure.Bryce Harrington1-0/+61
This is copied directly from libXrandr with some tweaking based on xrandr configs. Signed-off-by: Bryce Harrington <bryce@canonical.com>