diff mbox

[5/6] tests: Add nouveau to list of supported modules.

Message ID 1267283082-21586-5-git-send-email-koriakin@0x04.net (mailing list archive)
State New, archived
Headers show

Commit Message

Marcin Kościelnicki Feb. 27, 2010, 3:04 p.m. UTC
None
diff mbox

Patch

diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index 7aaeb75..5df0a38 100644
--- a/tests/kmstest/main.c
+++ b/tests/kmstest/main.c
@@ -59,6 +59,7 @@  int test_bo(struct kms_driver *kms)
 char *drivers[] = {
 	"i915",
 	"radeon",
+	"nouveau",
 	"vmwgfx",
 	NULL
 };
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c
index 041b9dd..3ca9d06 100644
--- a/tests/modetest/modetest.c
+++ b/tests/modetest/modetest.c
@@ -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];