Merge lp:~qzhang/lava-test/add-stream-dep into lp:lava-test/0.0

Proposed by Spring Zhang
Status: Merged
Merged at revision: 67
Proposed branch: lp:~qzhang/lava-test/add-stream-dep
Merge into: lp:lava-test/0.0
Diff against target: 11 lines (+1/-1)
1 file modified
abrek/test_definitions/stream.py (+1/-1)
To merge this branch: bzr merge lp:~qzhang/lava-test/add-stream-dep
Reviewer Review Type Date Requested Status
Paul Larson (community) Approve
Review via email: mp+59878@code.launchpad.net

Description of the change

add stream test package dependency

To post a comment you must log in.
Revision history for this message
Spring Zhang (qzhang) wrote :

Could it be merged? I still met the error on latest abrek.

Revision history for this message
Paul Larson (pwlars) wrote :

Thought this had been merged already. Yes, for something this simple, feel free to just do it.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'abrek/test_definitions/stream.py'
2--- abrek/test_definitions/stream.py 2011-04-13 20:39:16 +0000
3+++ abrek/test_definitions/stream.py 2011-05-04 06:07:26 +0000
4@@ -17,7 +17,7 @@
5
6 URL="http://www.cs.virginia.edu/stream/FTP/Code/stream.c"
7 INSTALLSTEPS = ['cc stream.c -O2 -fopenmp -o stream']
8-DEPS = ['gcc']
9+DEPS = ['gcc', 'build-essential']
10 RUNSTEPS = ['./stream']
11 PATTERN = "^(?P<test_case_id>\w+):\W+(?P<measurement>\d+\.\d+)"
12

Subscribers

People subscribed via source and target branches