Commit 9a3c9527 authored by Rafaël Carré's avatar Rafaël Carré

Test RSA 4k signatures

parent 61f7f3dc
......@@ -20,6 +20,7 @@ check_PROGRAMS = \
test_libvlc_media_player \
test_src_config_chain \
test_src_misc_variables \
test_src_crypto_update \
$(NULL)
check_SCRIPTS = \
......@@ -76,6 +77,8 @@ test_src_misc_variables_SOURCES = src/misc/variables.c
test_src_misc_variables_LDADD = $(LIBVLCCORE) $(LIBVLC)
test_src_config_chain_SOURCES = src/config/chain.c
test_src_config_chain_LDADD = $(LIBVLCCORE)
test_src_crypto_update_SOURCES = src/crypto/update.c
test_src_crypto_update_LDADD = $(LIBVLCCORE) $(GCRYPT_LIBS)
checkall:
$(MAKE) check_PROGRAMS="$(check_PROGRAMS) $(EXTRA_PROGRAMS)" check
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment