diff options
author | Jerome Glisse <jglisse@redhat.com> | 2011-11-10 16:47:10 -0500 |
---|---|---|
committer | Jerome Glisse <jglisse@redhat.com> | 2011-11-10 17:14:42 -0500 |
commit | ca4971292cf99e0063416cd1c3467af94637bf2b (patch) | |
tree | 2f8a8af146f7a2e44ed8671c6266d233ea8a1df2 /configure.ac | |
parent | 961bf9b5c2866ccb4fedf2b45b29fb688519d0db (diff) |
tests/radeon: radeon specific test
Initial test only include ttm test for stressing ttm memory
allocations.
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 95d64a7f..1447785b 100644 --- a/configure.ac +++ b/configure.ac @@ -283,6 +283,7 @@ AC_CONFIG_FILES([ tests/modeprint/Makefile tests/modetest/Makefile tests/kmstest/Makefile + tests/radeon/Makefile tests/vbltest/Makefile include/Makefile include/drm/Makefile |