mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
XFAIL the external symbols test with cryptopp enabled
The crypto library will export a lot of symbols that will cause test_external_symbols to fail. If we're built with cryptopp enabled, ignore it with XFAIL instead of totally FAILing.
This commit is contained in:
parent
c94077d15e
commit
75b25955fa
|
@ -50,6 +50,8 @@ kvazaar_tests_LDFLAGS = -static $(top_builddir)/src/libkvazaar.la $(LIBS)
|
|||
nodist_EXTRA_kvazaar_tests_SOURCES = cpp.cpp
|
||||
|
||||
if USE_CRYPTOPP
|
||||
XFAIL_TESTS = \
|
||||
test_external_symbols.sh
|
||||
kvazaar_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(kvazaar_tests_CFLAGS) $(CXXFLAGS) \
|
||||
$(kvazaar_tests_LDFLAGS) $(LDFLAGS) -o $@
|
||||
|
|
Loading…
Reference in a new issue