1
0
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:
Pavol Rusnak 2017-04-21 13:44:10 +02:00
parent aaf45d704e
commit cfde8ec233
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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