Add GoogleTest environment variables
This commit is contained in:
parent
8cad5acd83
commit
9f9c4a11eb
5
zshenv
5
zshenv
@ -33,5 +33,10 @@ export LESS_TERMCAP_se=`printf "\e[0m"`
|
|||||||
export LESS_TERMCAP_us=`printf "\e[0;34m"`
|
export LESS_TERMCAP_us=`printf "\e[0;34m"`
|
||||||
export LESS_TERMCAP_ue=`printf "\e[0m"`
|
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
|
# Disable virtualenv prompt
|
||||||
VIRTUAL_ENV_DISABLE_PROMPT=1
|
VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user