pygobject3: added comment to clarify which tests are which.

Closes Homebrew/homebrew#26929.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
David Wales 2014-02-23 12:32:24 +11:00 committed by Adam Vandenberg
parent 3514169fec
commit 85a8d34920

View file

@ -33,6 +33,8 @@ class Pygobject3 < Formula
depends_on 'pkg-config' => :build
# these dependencies are not required for `brew test`, but rather for
# the tests included with the source code.
if build.with? 'tests'
depends_on 'automake' => :build
depends_on 'autoconf' => :build