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 /Makefile.sources | |
parent | 7d8c9464081634f053e16e5eac9655a12fae1dc4 (diff) |
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 'Makefile.sources')
-rw-r--r-- | Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.sources b/Makefile.sources index 566f7b55..ff4fe5e3 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -1,6 +1,7 @@ LIBDRM_FILES := \ xf86drm.c \ xf86drmHash.c \ + xf86drmHash.h \ xf86drmRandom.c \ xf86drmSL.c \ xf86drmMode.c \ |