Skip to content

Commit

Permalink
Merge pull request mirage#136 from MagnusS/fix-vnetif-dep
Browse files Browse the repository at this point in the history
Fix missing mirage-vnetif dep for --enable-tests
  • Loading branch information
samoht committed May 11, 2015
2 parents 53ce62a + 8c9a8de commit be38782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags: ["org:mirage"]

build: [
["./configure" "--prefix" prefix
"--%{mirage-flow+alcotest:enable}%-tests"
"--%{mirage-flow+alcotest+mirage-vnetif:enable}%-tests"
"--%{mirage-xen:enable}%-xen"
]
[make]
Expand Down

0 comments on commit be38782

Please sign in to comment.