summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2013-08-19 13:20:02 -0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-20 22:26:32 +0200
commitc158128de5541f67543ea7fcb2404bc06e5d8fa3 (patch)
tree02fe083ebbb3b039f04bba0944fc20a4f22c7623 /tests/Makefile.am
parenta7aaf85ac0708973bd1e34bb9b4a1443ea00cd89 (diff)
tests: add pc8
This test chekcs our code that enables Package C8+. The environment requirements for this test are quite complicated: - The machine needs to be properly configured to reach PC8+ when possible, which means all the power management policies and device drivers must be properly configured. - You need at least one output connected. - You need the /dev/cpu/0/msr file available. - You need the /dev/i2c-* files available. v2: - Many many changes due to the latest review comments and rebase. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9e46cac8..ddb709ff 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,6 +45,7 @@ TESTS_progs_M = \
kms_render \
kms_setmode \
$(NOUVEAU_TESTS_M) \
+ pc8 \
prime_self_import \
$(NULL)