02d02424c07a7e8f946baaa6bd6c3c96ff90dfbc
[mono.git] / mono / tests / cas / ChangeLog
1 2009-10-03  Zoltan Varga  <vargaz@gmail.com>
2
3         * */Makefile.am: Get rid of net 1.1 stuff.
4
5 2008-11-11  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * */Makefile.am: Dont compile with --security as this fails under
8         Win32 and this is *not* what we want to test here anyway
9
10 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
11
12         * */Makefile.am: Use 'net_1_1' instead of 'default'.
13
14 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
15
16         * Makefile.am: Use 'net_1_1' instead of 'default'.
17
18 2006-06-27  Wade Berrier <wberrier@novell.com>
19
20         * Makefile.am: Remove 'check-local' target so these tests don't get
21         run as part of 'make check' (the runtime tests)
22
23 2006-06-27  Wade Berrier <wberrier@novell.com>
24
25         * Makefile.am: Rename 'all' target so tests aren't compiled at build time.
26         Remove 'clean' target so that clean gets propogated to SUBDIRS.
27
28 2006-06-22  Wade Berrier <wberrier@novell.com>
29
30         * svn:ignore: Ignore Makefile and Makefile.in for this and 
31         each subdir
32
33 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
36         and enable them to be more broadly tested;
37         * Makefile: Removed and replaced by Makefile.am
38
39 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * Makefile: Added tests from demand directory to execution.
42
43 2005-03-11  Sebastien Pouliot  <sebastien@ximian.com>
44
45         * Makefile: This makefiles calls all CAS tests (in subdirectories) 
46         that shouldn't fail in SVN. It can be called to see if any regressions
47         occured that affects the security manager.