From 7be35e915307898167046057d7dddc886e3b4eac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20Ko=CC=88plinger?= Date: Mon, 22 Jul 2019 15:23:09 +0200 Subject: [PATCH] Add more tests to tarball with EXTRA_DIST Commit migrated from https://github.com/mono/mono/commit/f497893a84601c6ae301a841f27db352706baa9e --- src/mono/mono/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mono/mono/tests/Makefile.am b/src/mono/mono/tests/Makefile.am index c7929aa..64f9e24 100755 --- a/src/mono/mono/tests/Makefile.am +++ b/src/mono/mono/tests/Makefile.am @@ -3224,6 +3224,8 @@ internalsvisibleto-correctcase-2-sign2048.dll internalsvisibleto-wrongcase-2-sig $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-wrongcase-2-sign2048.dll -target:library -d:WRONG_CASE -d:SIGN2048 internalsvisibleto-library.cs $(Q) $(MCS_NO_UNSAFE) -out:internalsvisibleto-compilertest-sign2048.exe -warn:0 -r:internalsvisibleto-correctcase-2-sign2048.dll -r:internalsvisibleto-wrongcase-2-sign2048.dll -d:SIGN2048 internalsvisibleto-compilertest.cs +EXTRA_DIST += internalsvisibleto-runtimetest.cs internalsvisibleto-compilertest.cs internalsvisibleto-library.cs internalsvisibleto-2048.snk + EXTRA_DIST += weakattribute.cs # Contains copies of types which don't exist in the desktop profile so tests can use them -- 2.7.4