2006-06-27  Wade Berrier <wberrier@novell.com>

	* Makefile.am: Use mcs from the mcs tree instead of
	what's in the path.  Rename targets so tests are not compiled at
	build time.

2006-06-26  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Use mono-wrapper (and not the installed mono).

2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Updated Makefile to add the CAS tests to the tarball
	and enable them to be more broadly tested;
	* Makefile: Removed and replaced by Makefile.am

2006-06-06  Sebastien Pouliot  <sebastien@ximian.com>

	* notused.cs, reftype1-4.cs: Fix compiler warnings.

2005-08-30  Sebastien Pouliot  <sebastien@ximian.com>

	* reftype1.cs: More detailled ouput.
	* reftype3.cs: More detailled ouput.
	* Makefile: Use -debug instead of --debug to suppress warnings

2005-02-14  Sebastien Pouliot  <sebastien@ximian.com>

	* cas1.cs: New. StrongNameIdentityPermission at class level;
	* cas2.cs: New. StrongNameIdentityPermission on virtual method;
	* cas3.cs: New. StrongNameIdentityPermission on interface method;
	* cas.snk: New. StrongName keypair to sign cas#.cs test cases.
	* Makefile: New. Makefile to build and execute tests.
	* noncas1.cs: New. PrincipalPermission on class level (work);
	* noncas2.cs: New. PrincipalPermission on class level (fail);
	* noncas3.cs: New. PrincipalPermission at method level (work);
	* noncas4.cs: New. PrincipalPermission at method level (fail);
	* notused.cs: New. Inheritance demands on non-used class/methods and
	to non-applicable targets (work).
	* README: New. Instruction and details about the tests.
