[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Mono.XBuild.Tasks / Makefile
index 8d50c7ad6294d7f8c10c527a4b39005e1c272e01..476b57f198232d3bf2cac113ee451c9471a5872c 100644 (file)
@@ -8,8 +8,11 @@ include $(XBUILD_DIR)/xbuild.make
 LIBRARY = Mono.XBuild.Tasks.dll
 
 LIB_REFS = $(PARENT_PROFILE)System $(PARENT_PROFILE)System.Xml
+KEYFILE = ../mono.pub
 LIB_MCS_FLAGS =
 
+TEST_NUNITLITE_APP_CONFIG_RUNTIME=Test/test-config-file-$(PROFILE)
+
 include $(XBUILD_DIR)/xbuild_test.make
 
 include ../../build/library.make