Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tools
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2009-11-07 00:51:49 +0300
committerJonathan Pryor <jpryor@novell.com>2009-11-07 00:51:49 +0300
commitf3194d60b5bca1326e2d60bcadf657c052c61025 (patch)
treeb7d327d224c864fa708ad947d4a55df1b0936607 /mcs/tools
parent6d2aa53461c32b000b1a24d475282ca620a8bde1 (diff)
* Makefile: re-enable the tests. They were disabled in r137153
because they weren't compiling, which was because System.Data.Linq wasn't listing sqlmetal_net_2_0 as a friend assembly. (Why this built before I couldn't tell you...) Fixed in latest S.D.L. svn path=/branches/mono-2-6/mcs/; revision=145617
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/sqlmetal/ChangeLog7
-rw-r--r--mcs/tools/sqlmetal/Makefile2
2 files changed, 8 insertions, 1 deletions
diff --git a/mcs/tools/sqlmetal/ChangeLog b/mcs/tools/sqlmetal/ChangeLog
index c814801ad74..445aa25ee52 100644
--- a/mcs/tools/sqlmetal/ChangeLog
+++ b/mcs/tools/sqlmetal/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-06 Jonathan Pryor <jonpryor@vt.edu>
+
+ * Makefile: re-enable the tests. They were disabled in r137153
+ because they weren't compiling, which was because System.Data.Linq
+ wasn't listing sqlmetal_net_2_0 as a friend assembly. (Why this
+ built before I couldn't tell you...) Fixed in latest S.D.L.
+
2009-04-30 Jonathan Pryor <jonpryor@vt.edu>
* sqlmetal.exe.config: The MySQL provider should use ByteFX.Data's
diff --git a/mcs/tools/sqlmetal/Makefile b/mcs/tools/sqlmetal/Makefile
index f1556669ea8..ca5bfecf3e6 100644
--- a/mcs/tools/sqlmetal/Makefile
+++ b/mcs/tools/sqlmetal/Makefile
@@ -29,7 +29,7 @@ PROGRAM = sqlmetal.exe
$(PROGRAM) : Makefile $(SQLMETAL_RESOURCES)
-#HAS_NUNIT_TEST = yes
+HAS_NUNIT_TEST = yes
include ../../build/executable.make