[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Configuration / Makefile
index 5815830b6b9f18d4010a81939caa006ba5bd1585..918a4e9325e835d056617a4e91f2a16c8b0deac3 100644 (file)
@@ -7,9 +7,11 @@ LIBRARY = System.Configuration.dll
 
 LOCAL_MCS_FLAGS = 
 LIB_REFS = secxml/System bare/System.Xml System.Security
+KEYFILE = ../msfinal.pub
 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 +22,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 +38,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