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 /tests/Makefile.am | |
| 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 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 75fc2413..d4674f75 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,8 @@ LDADD = $(top_builddir)/libdrm.la check_PROGRAMS = \ dristat \ - drmstat + drmstat \ + hash if HAVE_NOUVEAU SUBDIRS += nouveau |
