Message ID | 20121108072311.18313.40914.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_test/test_definitions/lt_ti_lava.py' --- lava_test/test_definitions/lt_ti_lava.py 2012-10-17 16:29:51 +0000 +++ lava_test/test_definitions/lt_ti_lava.py 2012-11-08 07:20:21 +0000 @@ -33,7 +33,8 @@ INSTALLSTEPS = ['cd lt_ti_lava && make -C utils'] RUNSTEPS = ['cd lt_ti_lava && make $(OPTIONS) check'] -DEPS = ['git-core', 'linux-libc-dev', 'build-essential', 'wget'] +DEPS = ['git-core', 'linux-libc-dev', 'build-essential', 'wget', + 'automake', 'libtool', 'libfftw3-dev', 'alsa-utils'] # test case id is before ":" and the result is after # Each test case is separated with a test description beginning with "#"