mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
fix(fizz)
This commit is contained in:
parent
e77c1507fd
commit
e08b446451
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ dependencies:
|
|||
openssl.org: ^1.1
|
||||
google.github.io/snappy: '*'
|
||||
facebook.com/zstd: 1
|
||||
sourceware.org/bzip2: 1
|
||||
|
||||
provides:
|
||||
- bin/fizz
|
||||
|
@ -60,4 +61,4 @@ test:
|
|||
script: |
|
||||
mv $FIXTURE test.cpp
|
||||
c++ -std=c++14 test.cpp -lfizz -lfolly -lgflags -lglog -levent -lsodium -lcrypto -lssl -o fixture
|
||||
test $(./fixture) = "TLS"
|
||||
./fixture | grep TLS
|
||||
|
|
Loading…
Reference in a new issue