
20 Feb
2012
20 Feb
'12
2:14 a.m.
Hello Felipe,
If we have separate directories, then you can "build-depends: own-package". This means that on the test suite's build-depends you need to list only the dependencies that the test-suite needs, not every dependency. Also, you don't need to constrain the version of any duplicated dependency.
This worked well. Thank you very much! --Kazu