Skip to content

Commit

Permalink
* Makefile: re-enable the tests. They were disabled in r137153
Browse files Browse the repository at this point in the history
	  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
  • Loading branch information
Jonathan Pryor committed Nov 6, 2009
1 parent 6d2aa53 commit f3194d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion mcs/tools/sqlmetal/Makefile
Expand Up @@ -29,7 +29,7 @@ PROGRAM = sqlmetal.exe

$(PROGRAM) : Makefile $(SQLMETAL_RESOURCES)

#HAS_NUNIT_TEST = yes
HAS_NUNIT_TEST = yes

include ../../build/executable.make

0 comments on commit f3194d6

Please sign in to comment.