aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/testball_bottle.rb
AgeCommit message (Collapse)Author
2016-11-16Move all remaining fixtures to `test/support/fixtures`.Markus Reiter
2016-09-05Replace install_name/install_ref with alias_pathAlyssa Ross
2016-09-03Preserve alias when installing formulaeAlyssa Ross
Part of #567
2016-05-08Make bottle code cross-platform.Mike McQuaid
2016-01-20test: add metafiles to testballAlex Dunn
2015-11-25Skip pouring from a bottle if --cc is passedDaniel Trebbien
A formula should be built from source by default if the --cc option is passed to specify a particular compiler. Added a test to test_formula_installer: test_not_poured_from_bottle_when_compiler_specified Modified test_formula_installer to assert that the formula was not poured from a bottle. Similarly modified test_formula_installer_bottle to assert that the formula *was* installed from a bottle. Added an install method to the TestballBottle formula (the same as the Testball formula's install method) so that the TestballBottle formula can be "built from source". Fixes Homebrew/homebrew#46046 - Build from source should be the default behavior if --cc option is passed Closes Homebrew/homebrew#46162. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-06add test_formularyXu Cheng
Closes Homebrew/homebrew#43506. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-21Add tests for pouring bottle without XcodeWilliam Woodruff
add testball_bottle formula for upcoming bottle unit testing, as well as bottles directory containing test bottle (and symlinks)