diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 286a03b7..7bda948e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -28,6 +28,12 @@ stress_TESTS = \ shm-test \ $(NULL) +if X11_VM +stress_TESTS += \ + xvidmode \ + $(NULL) +endif + if DRI2 stress_TESTS += \ dri2-race \ |