From bd00849ddb7ed176284c16efc7008641b0aeedc3 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Sat, 12 Feb 2005 04:57:36 +0000 Subject: [PATCH] 2005-02-12 Ben Maurer * runtime/Makefile.am (centum_nunit_tests): Add corlib! Thanks to nickd, miguel, et al. svn path=/trunk/mono/; revision=40521 --- ChangeLog | 5 +++++ runtime/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1d94c778093..f48c014c08c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-12 Ben Maurer + + * runtime/Makefile.am (centum_nunit_tests): Add corlib! Thanks to + nickd, miguel, et al. + 2005-02-07 Zoltan Varga * configure.in: Add -Wdeclaration-after-statement option to CFLAGS if diff --git a/runtime/Makefile.am b/runtime/Makefile.am index cf5b1dbfa53..60f3e0160b1 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -61,6 +61,7 @@ endif # List of NUnit testcases that should be 100% pass centum_nunit_tests = \ + class/corlib \ class/Commons.Xml.Relaxng \ class/Cscompmgd \ class/Microsoft.JScript \ -- 2.25.1