Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[tests] provide more checking
  • Loading branch information
tuong committed Jan 4, 2013
1 parent 3cff299 commit ae17b34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/packages/P5.opam
Expand Up @@ -5,4 +5,9 @@ version: "1"
maintainer: "contact@ocamlpro.com"
depends: [ "P1" ]
depopts: [ "P2" ]
build: [ "./build.sh" ]
build: [
["false"] {"%{a_not_existing_name:installed}%"}
["false"] {"%{a_not_existing_name.a_not_existing_version:installed}%"}
["false"] {"%{P2.a_not_existing_version:installed}%"}
["./build.sh"]
]

0 comments on commit ae17b34

Please sign in to comment.