Merge pull request #4710 from Unity-Technologies/additional-config-checks
[mono.git] / mcs / class / System.Configuration / Makefile
index 5815830b6b9f18d4010a81939caa006ba5bd1585..e6f48050a99ed2acf322ac2d6d3ce25cb37d1eab 100644 (file)
@@ -10,6 +10,7 @@ LIB_REFS = secxml/System bare/System.Xml System.Security
 LIB_MCS_FLAGS = -nowarn:618
 TEST_MCS_FLAGS =
 TEST_LIB_REFS = System.Xml System
+TEST_NUNITLITE_APP_CONFIG_GLOBAL=Test/test-config-file
 
 include ../../build/library.make
 
@@ -20,6 +21,9 @@ configuration_library_deps = \
 
 $(build_lib): $(configuration_library_deps)
 
+test-local:
+       cp Test/appSettings.config $(dir $(NUNITLITE_CONFIG_FILE))/Test-appSettings.config
+
 .NOTPARALLEL: $(configuration_library_deps)
 
 $(secxml_libdir)/System.dll:
@@ -33,4 +37,4 @@ $(bare_libdir)/System.Xml.dll:
        (cd ../System.XML; $(MAKE) $@)
 
 run-test:
-       $(MAKE) -C Test/standalone
\ No newline at end of file
+       $(MAKE) -C Test/standalone