#!/usr/bin/env bats load test_helper export MAKE=make export MAKE_OPTS='-j 2' export -n CFLAGS export -n CC export -n PYTHON_CONFIGURE_OPTS @test "require_gcc on OS X 10.9" { # yyuu/pyenv#222 stub uname '-s : echo Darwin' stub sw_vers '-productVersion : echo 10.9.5' stub uname '-s : echo Darwin' stub sw_vers '-productVersion : echo 10.9.5' stub gcc '--version : echo 4.2.1' run_inline_definition <&2; echo 4.2.1' run_inline_definition < ./configure <