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
diff options
context:
space:
mode:
authorSureshkumar T <suresh@mono-cvs.ximian.com>2005-02-22 13:36:04 +0300
committerSureshkumar T <suresh@mono-cvs.ximian.com>2005-02-22 13:36:04 +0300
commitb55443de1c2678beb3d1536c1961858e5a5f15a5 (patch)
treea329dee1590b11cce47ab497c9b00ad808183733 /mcs/class/System.Data/Makefile
parentdebea1cf96a2053ccdf0017f40d8986a53579710 (diff)
In .:
2005-02-22 Sureshkumar T <tsureshkumar@novell.com> * Makefile: added dependancy for test-lib to create $(test-lib).config. These configuration entries are used currently by Test/System.Data.Common/DbProviderFactories- ConigurationHalderTest.cs tests. Future tests can also add configuration information in configuration file app_test.2.0.config. This is for 2.0 profile only. * System.Data_test.dll.sources: Added System.Data.Common/DbProviderFactoriesConfigurationHandlerTest.cs. * System.Data.dll.sources: Added System.Data.SqlClient/SqlClientFactory.cs Added System.Data.SqlClient/SqlDataSourceEnumerator.cs In Test/System.Data.Common: 2005-02-22 Sureshkumar T <tsureshkumar@novell.com> * DbProviderFactoriesConfigurationHandlerTest.cs: Tests for DbProviderFactoriesConfigurationHandler class. svn path=/trunk/mcs/; revision=41029
Diffstat (limited to 'mcs/class/System.Data/Makefile')
-rw-r--r--mcs/class/System.Data/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index 0565172617d..e66cd1692fe 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -38,3 +38,11 @@ Mono.Data.SqlExpressions/Parser.cs: Mono.Data.SqlExpressions/Parser.jay $(topdir
$(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $< >$@
include ../../build/library.make
+
+ifeq (net_2_0, $(PROFILE))
+$(test_lib): $(test_lib).config
+
+$(test_lib).config: app_test_2.0.config
+ cp $< $@
+endif
+