mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(fizz)[1]
This commit is contained in:
parent
e6aed561a2
commit
fbd31f634f
1 changed files with 1 additions and 1 deletions
|
@ -60,5 +60,5 @@ test:
|
|||
}
|
||||
script: |
|
||||
mv $FIXTURE test.cpp
|
||||
c++ -std=c++14 test.cpp -lfizz -lfolly -lgflags -lglog -levent -lsodium -lcrypto -lssl -o fixture
|
||||
c++ -std=c++17 test.cpp -lfizz -lfolly -lgflags -lglog -levent -lsodium -lcrypto -lssl -o fixture
|
||||
./fixture | grep TLS
|
||||
|
|
Loading…
Reference in a new issue