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:
authorMarek Safar <marek.safar@gmail.com>2016-04-04 18:25:22 +0300
committerMarek Safar <marek.safar@gmail.com>2016-04-04 18:25:22 +0300
commitafaa29f3a9f08610033625a3d5d8b4d438a5f357 (patch)
treef9a153e7c8e7b1a31f3f122209c24989d7ac4103 /mcs/class/Microsoft.Build.Engine
parentdfdd3cc4ab248892d4ad2b719b87b170a1f04e75 (diff)
[Microsoft.Build.Engine] Update test files
Diffstat (limited to 'mcs/class/Microsoft.Build.Engine')
-rw-r--r--mcs/class/Microsoft.Build.Engine/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mcs/class/Microsoft.Build.Engine/Makefile b/mcs/class/Microsoft.Build.Engine/Makefile
index cd1c5c47bbf..9aed8120654 100644
--- a/mcs/class/Microsoft.Build.Engine/Makefile
+++ b/mcs/class/Microsoft.Build.Engine/Makefile
@@ -18,20 +18,17 @@ EXTRA_DISTFILES = \
Test/resources/*.*proj \
Test/resources/*.csproj
+CLEAN_FILES = Test/resources/TestTasks-$(PROFILE).dll Test/resources/TestTasks-$(PROFILE).dll.mdb Test/resources/TestTasks-$(PROFILE).pdb
+
Test/resources/TestTasks-$(PROFILE).dll: Test/resources/TestTasks.cs
$(CSCOMPILE) /out:$@ Test/resources/TestTasks.cs /r:$(topdir)/class/lib/$(PROFILE)/$(XBUILD_FRAMEWORK).dll /r:$(topdir)/class/lib/$(PROFILE)/$(XBUILD_UTILITIES).dll /target:library
-clean-test-resources:
- rm -f Test/resources/TestTasks*.dll Test/resources/TestTasks*.dll.mdb Test/resources/TestTasks*.pdb
-
test-local: compile-resources
compile-resources: Test/resources/TestTasks-$(PROFILE).dll
cp Test/resources/TestTasks-$(PROFILE).dll Test/resources/TestTasks.dll
cp Test/resources/TestTasks-$(PROFILE).dll.mdb Test/resources/TestTasks.dll.mdb
- cp Test/resources/TestTasks-$(PROFILE).pdb Test/resources/TestTasks.pdb
-
-clean-local: clean-test-resources
+# cp Test/resources/TestTasks-$(PROFILE).pdb Test/resources/TestTasks.pdb
include $(XBUILD_DIR)/xbuild_test.make
include ../../build/library.make