diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-22 19:41:12 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-05 15:19:42 +0100 |
commit | 79f9cf3eb78a4feebda167ad4a3475ee1f2aa067 (patch) | |
tree | dbbd3c4cf350ab7e668744129137259eeb941c65 /.gitignore | |
parent | 7d8c9464081634f053e16e5eac9655a12fae1dc4 (diff) | |
download | libdrm-79f9cf3eb78a4feebda167ad4a3475ee1f2aa067.tar.gz libdrm-79f9cf3eb78a4feebda167ad4a3475ee1f2aa067.tar.bz2 libdrm-79f9cf3eb78a4feebda167ad4a3475ee1f2aa067.zip |
tests/hash: extract test out of xf86drmHash.c
This way with follow up commits we can fix it and wire it up to
make check
v2:
- Use xf86drmHash.h for common structs.(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
@@ -79,6 +79,7 @@ tests/drmstat tests/getclient tests/getstats tests/getversion +tests/hash tests/lock tests/openclose tests/setversion |