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