1
0
mirror of synced 2025-07-27 23:41:48 +03:00

Use googletest 1.11.0 (#1000)

* Update googletest to version 1.11.0

* Fix test warnings
This commit is contained in:
Gregor Jasny
2021-07-17 19:21:03 +02:00
committed by GitHub
parent 215b81342e
commit 6b08babbd2
5 changed files with 12695 additions and 16505 deletions

View File

@ -1,5 +1,5 @@
#CXX = clang++
CXXFLAGS = -g -std=c++11 -DGTEST_USE_OWN_TR1_TUPLE -I.. -I. -Wall -Wextra -Wtype-limits -Wconversion #-fsanitize=address
CXXFLAGS = -g -std=c++11 -I.. -I. -Wall -Wextra -Wtype-limits -Wconversion #-fsanitize=address
OPENSSL_DIR = /usr/local/opt/openssl@1.1
OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I$(OPENSSL_DIR)/include -L$(OPENSSL_DIR)/lib -lssl -lcrypto