diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-22 21:38:08 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-05 15:33:33 +0100 |
commit | f1f4cabd8e8602355630b2b4b5715fc137b4dc71 (patch) | |
tree | 729cbd1bde66975707d7e4fc663a8f0215df0c4c /.gitignore | |
parent | 7e4f0664acfa79448f6e32c1f1b12b94626777b2 (diff) | |
download | libdrm-f1f4cabd8e8602355630b2b4b5715fc137b4dc71.tar.gz libdrm-f1f4cabd8e8602355630b2b4b5715fc137b4dc71.tar.bz2 libdrm-f1f4cabd8e8602355630b2b4b5715fc137b4dc71.zip |
tests/random: extract test out of xf86drmRandom.c
With follow up commits we can clear it up and wire to
make check
v2:
- Use xf86drmRandom.h for common struct.(Jan)
- Add test to .gitignore.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ tests/getversion tests/hash tests/lock tests/openclose +tests/random tests/setversion tests/updatedraw tests/modeprint/modeprint |