summaryrefslogtreecommitdiff
path: root/xts5/Xlib3
AgeCommit message (Collapse)AuthorFilesLines
2010-02-17xts5: Use shared library modules to decrease test program sizeDan Nicholson1-6/+6
Linking the xts libraries statically into each test program results in a massive size for the collection of programs. The libraries have been changed to private libtool modules that default to shared, resulting in a much smaller installed size. One consequence of linking to shared objects is that the linker errors on undefined extern variables. The obsolete and unused startup routines in linkstart.c had one of these, so they have been removed from the build. Next is to create the tet library shared.
2009-10-14xts5: Stop gratuitous use of make variables in common.mkDan Nicholson3-8/+22
The meanings of the variables were confusing or obfuscating. Now it's much clearer which libraries are in use.
2009-10-07Purge XT_DISPLAY config variable, use DISPLAY environment var instead.Peter Hutterer3-36/+36
Let's use DISPLAY like every other sane X application does, not through a variable set at configure time. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-10-07xts5: Install test programs to libexec subdirs matching scenariosDan Nicholson1-2/+3
In order to keep the scenarios usable in the source tree and while installed, install the test programs to subdirectories of $(libexecdir) matching the source tree. This gives, for example, /usr/libexec/xts5/Xproto/pAllocColor.
2009-09-28xts5: Flatten Xlib3 directory moreDan Nicholson59-220/+220
2009-09-16xts5: Fix automake include commands now that tset/ is goneDan Nicholson1-1/+1
One less directory to ascend...
2009-09-16xts5: Fix up comments for tset/ removalDan Nicholson61-61/+61
2009-09-16Nuke RCS IDsDan Nicholson61-61/+0
2009-09-16xts5: Move tests out of tset directoryDan Nicholson63-0/+12355
The tset directory was mostly useless and causes extra baggage if the scenario files are going to be used on an installed package. The test directories are now flattened into xts5.