Message ID | 20110902143014.31160.4845.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'abrek/test_definitions/pwrmgmt.py' --- abrek/test_definitions/pwrmgmt.py 2011-08-29 15:34:03 +0000 +++ abrek/test_definitions/pwrmgmt.py 2011-09-02 14:28:19 +0000 @@ -19,7 +19,7 @@ INSTALLSTEPS = ['git clone git://git.linaro.org/tools/pm-qa.git', 'cd pm-qa && make clean && make all'] RUNSTEPS = ['cd pm-qa && make check'] -DEPS = ['git-core', 'make'] +DEPS = ['git-core', 'make', 'linux-libc-dev'] pwrmgmtinst = abrek.testdef.AbrekTestInstaller(INSTALLSTEPS, deps=DEPS) pwrmgmtrun = abrek.testdef.AbrekTestRunner(RUNSTEPS)