tests: Add nouveau to list of supported modules.
authorMarcin Koƛcielnicki <koriakin@0x04.net>
Sat, 27 Feb 2010 15:04:41 +0000 (15:04 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Sun, 28 Feb 2010 00:25:22 +0000 (00:25 +0000)
tests/kmstest/main.c
tests/modetest/modetest.c

index 7aaeb75..5df0a38 100644 (file)
@@ -59,6 +59,7 @@ int test_bo(struct kms_driver *kms)
 char *drivers[] = {
        "i915",
        "radeon",
+       "nouveau",
        "vmwgfx",
        NULL
 };
index 26405f4..124bf56 100644 (file)
@@ -680,7 +680,7 @@ int main(int argc, char **argv)
        int c;
        int encoders = 0, connectors = 0, crtcs = 0, framebuffers = 0;
        int test_vsync = 0;
-       char *modules[] = { "i915", "radeon" };
+       char *modules[] = { "i915", "radeon", "nouveau" };
        char *modeset = NULL;
        int i, count = 0;
        struct connector con_args[2];