* executable.make, library.make: Move the include for tests.make so
[mono.git] / mcs / build / ChangeLog
index 7fe16e312f14ab9684c2c7ab234d4488301ecaa4..1dc148fe89042666fb3a471172b5555f17df5459 100644 (file)
@@ -1,3 +1,62 @@
+2009-04-09  Jonathan Pryor  <jpryor@novell.com>
+
+       * executable.make, library.make: Move the include for tests.make so
+         that DISTFILES can be properly set (and thus properly distribute the
+         *_test.dll.sources file).  This allows unit tests to actually build
+         and run when building from the tarball.
+
+2009-04-05  Jonathan Pryor  <jpryor@novell.com>
+
+       * executable.make: Support HAS_NUNIT_TEST variable; if set, will build
+         an NUnit test assembly during 'make test' and will run the tests
+         within the NUnit test assembly during 'make run-test'.
+       * library.make: Split out NUnit test rules/logic into tests.make.
+       * Makefile: Distribute tests.make.
+       * README.makefiles: Document HAS_NUNIT_TEST for executable.make,
+         documenting how to have NUnit tests for executables.
+       * tests.make: Added; NUnit test logic rules.
+
+2009-01-08  Geoff Norton  <gnorton@novell.com>
+
+       * Makefile: Add darwin.make to the make dist target as well
+
+2009-01-07  Geoff Norton  <gnorton@novell.com>
+
+       * library.make: Allow platform specific exclude tags from the
+       test harness suite.
+       * darwin.make: Add to the build and add a new NotOnMac test
+       category
+
+2008-12-30  Ankit Jain  <jankit@novell.com>
+
+       * library.make (TEST_HARNESS_OUTPUT*): Fix /labels switch.
+
+2008-12-12  Raja R Harinath  <harinath@hurrynot.org>
+
+       * rules.make (topdir): Don't use $(shell ...).
+       Reported by Jonathan Chambers.
+
+2008-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : enable FIXTURE and TESTNAME on run-test-ondotnet.
+
+2008-11-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : ugh, ok another dist pain.
+
+2008-11-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * nunit-summary.xsl : copied from nunit resource (summary.xslt)
+       * library.make : put transformation result from TestResult-*.xml
+         into TestResult-*.log as we used to do.
+
+2008-11-28  Marek Habersack  <mhabersack@novell.com>
+
+       * library.make (FIXTURE_ARG): /parameter:value syntax is not
+       supported in nunit 2.4
+       (TESTNAME_ARG): added support for the nunit-console -run
+       parameter, so that individual tests can be ran.
+
 2008-11-26  Atsushi Enomoto  <atsushi@ximian.com>
 
        * library.make : another nunit20 to kill :(