* Makefile.am: Remove 'check-local' target so these tests don't get
[mono.git] / mono / tests / cas / assembly / README
1 Tests for assembly-level security actions. The assembly request* actions can
2 only be used declaratively.
3
4 all.exe
5 * test for SecurityAction.RequestMinimum
6 * test for SecurityAction.RequestOptional
7 * test for SecurityAction.RequestRefuse
8
9 min.exe
10 * test for SecurityAction.RequestMinimum
11
12 opt.exe
13 * test for SecurityAction.RequestOptional
14
15 ref.exe
16 * test for SecurityAction.RequestRefuse
17
18 none.exe
19 * test that all three requests are empty.
20
21
22 Each file can be executed but no results will be visible (unless running on
23 Fx 2.0 later than beta1). Testing the files can be done using the Makefile
24 which use the security tool permview.