diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-07 22:36:11 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-07 22:36:11 -0700 |
commit | 548063e7b1f8a8554dbbbb3efcf3548adfa6f047 (patch) | |
tree | abbedc12b30bed504c515e1630c0b6ac6e855fa8 /xts5/Xlib4 | |
parent | 3055f74df587cdab98bd732109179c973ac29d3b (diff) |
xts5: Install test data files
Many of the tests use data files for verifying pixels in images.
Diffstat (limited to 'xts5/Xlib4')
-rw-r--r-- | xts5/Xlib4/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xts5/Xlib4/Makefile.am b/xts5/Xlib4/Makefile.am index 13dc5474..945961d3 100644 --- a/xts5/Xlib4/Makefile.am +++ b/xts5/Xlib4/Makefile.am @@ -39,3 +39,6 @@ tprogs = \ XUnmapSubwindows \ XUnmapWindow \ XVisualIDFromVisual + +# Data files for test programs +nobase_testprog_DATA = */*.dat |