In corlib/System.Runtime.InteropServices:
[mono.git] / mono / tests / cas / ChangeLog
1 2006-06-27  Wade Berrier <wberrier@novell.com>
2
3         * Makefile.am: Remove 'check-local' target so these tests don't get
4         run as part of 'make check' (the runtime tests)
5
6 2006-06-27  Wade Berrier <wberrier@novell.com>
7
8         * Makefile.am: Rename 'all' target so tests aren't compiled at build time.
9         Remove 'clean' target so that clean gets propogated to SUBDIRS.
10
11 2006-06-22  Wade Berrier <wberrier@novell.com>
12
13         * svn:ignore: Ignore Makefile and Makefile.in for this and 
14         each subdir
15
16 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
19         and enable them to be more broadly tested;
20         * Makefile: Removed and replaced by Makefile.am
21
22 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * Makefile: Added tests from demand directory to execution.
25
26 2005-03-11  Sebastien Pouliot  <sebastien@ximian.com>
27
28         * Makefile: This makefiles calls all CAS tests (in subdirectories) 
29         that shouldn't fail in SVN. It can be called to see if any regressions
30         occured that affects the security manager.