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

2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>

	* pinvoke1-3.cs: Fixed RunningOnWindows to run under NET_2_0.
	* Makefile: Changed --debug for -debug to avoid compiler warning.

2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>

	* pinvoke1-3.cs: Changed RunningOnMono for RunningOnWindows as it's an
	OS issue not a runtime issue being tested.

2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>

	* pinvoke1-3.cs: New. Tests that P/Invoking unmanaged methods provoke
	a stack walk (Demand) for SecurityPermissionFlag.UnmanagedCode.
	* sucs1-4.cs: New. Tests that [SuppressUnmanagedCodeSecurity] removes
	the stack walk when present on either the p/invoked definition or on
	it's class.
	* Makefile: New. Build/execute new tests.
	* README: New. Instruction and details about the tests.
