1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-10 15:30:55 +00:00

Fix for subunit tests on Ubuntu > 16.04 (#88)

https://github.com/libcheck/check/issues/60
This commit is contained in:
Peter Banik 2017-04-21 13:12:45 +02:00 committed by Pavol Rusnak
parent 20e8f9c5f6
commit dc1939bae9

View File

@ -46,8 +46,8 @@ SRCS += blake2b.c blake2s.c
OBJS = $(SRCS:.c=.o)
TESTLIBS = -lcheck -lrt -lpthread -lm
TESTSSLLIBS = -lcrypto
TESTLIBS = -lcheck -lrt -lpthread -lm -lsubunit
TESTSSLLIBS = -lcrypto
all: tests test-openssl libtrezor-crypto.so test_speed tools