Add GoogleTest environment variables

This commit is contained in:
Kenneth Benzie 2018-08-22 10:22:36 +01:00
parent 8cad5acd83
commit 9f9c4a11eb

5
zshenv
View File

@ -33,5 +33,10 @@ export LESS_TERMCAP_se=`printf "\e[0m"`
export LESS_TERMCAP_us=`printf "\e[0;34m"`
export LESS_TERMCAP_ue=`printf "\e[0m"`
# Force GoogleTest to output colors
export GTEST_COLOR=yes
# Allow completions for GoogleTest break on failure
export GTEST_BREAK_ON_FAILURE=0
# Disable virtualenv prompt
VIRTUAL_ENV_DISABLE_PROMPT=1