You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@@ -14,11 +14,7 @@ LIB_MCS_FLAGS = -unsafe -nowarn:414,618 -d:SECURITY_DEP
|
||||
|
||||
LOCAL_MCS_FLAGS =
|
||||
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
|
||||
|
||||
XTEST_LIB_REFS = System.Core System Facades/System.Linq Facades/System.Threading.Tasks
|
||||
|
||||
EXTRA_DISTFILES = \
|
||||
TEST_RESOURCE_FILES = \
|
||||
Test/System.Security.Cryptography.Xml/sample.pfx \
|
||||
Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
|
||||
Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
|
||||
@@ -26,4 +22,10 @@ EXTRA_DISTFILES = \
|
||||
Test/System.Security.Cryptography.Pkcs/detached.data \
|
||||
Test/System.Security.Cryptography.Pkcs/detached.p7
|
||||
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414 $(foreach r, $(TEST_RESOURCE_FILES), -resource:$(r),$(r))
|
||||
|
||||
XTEST_LIB_REFS = System.Core System Facades/System.Linq Facades/System.Threading.Tasks
|
||||
|
||||
EXTRA_DISTFILES = $(TEST_RESOURCE_FILES)
|
||||
|
||||
include ../../build/library.make
|
||||
|
Reference in New Issue
Block a user