mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 05:18:08 +00:00
use pkg-config for build of tests
This commit is contained in:
parent
aaf45d704e
commit
cfde8ec233
2
Makefile
2
Makefile
@ -46,7 +46,7 @@ SRCS += blake2b.c blake2s.c
|
|||||||
|
|
||||||
OBJS = $(SRCS:.c=.o)
|
OBJS = $(SRCS:.c=.o)
|
||||||
|
|
||||||
TESTLIBS = -lcheck -lrt -lpthread -lm -lsubunit
|
TESTLIBS = $(shell pkg-config --libs check) -lrt -lpthread -lm
|
||||||
TESTSSLLIBS = -lcrypto
|
TESTSSLLIBS = -lcrypto
|
||||||
|
|
||||||
all: tests test-openssl libtrezor-crypto.so test_speed tools
|
all: tests test-openssl libtrezor-crypto.so test_speed tools
|
||||||
|
Loading…
Reference in New Issue
Block a user