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:
authorAtsushi Eno <atsushieno@gmail.com>2004-02-22 11:51:34 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-02-22 11:51:34 +0300
commitd44c6ae6d08d214249aa47c5109818ec114d39d1 (patch)
tree863e9ad69f35b160966dedc2ca7622386f5e9e4b /mcs/class/Cscompmgd
parent689be968f3df075b913f7d1506e221b30762e4d8 (diff)
2004-02-22 Atsushi Enomoto <atsushi@ximian.com>
* Added Cscompmgd_test.dll.sources. * Makefile: Removed NO_TEST=yes svn path=/trunk/mcs/; revision=23319
Diffstat (limited to 'mcs/class/Cscompmgd')
-rw-r--r--mcs/class/Cscompmgd/ChangeLog5
-rwxr-xr-xmcs/class/Cscompmgd/Cscompmgd_test.dll.sources1
-rw-r--r--mcs/class/Cscompmgd/Makefile1
3 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/Cscompmgd/ChangeLog b/mcs/class/Cscompmgd/ChangeLog
index d61dd5a2e3a..7ef925ba9a7 100644
--- a/mcs/class/Cscompmgd/ChangeLog
+++ b/mcs/class/Cscompmgd/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-22 Atsushi Enomoto <atsushi@ximian.com>
+
+ * Added Cscompmgd_test.dll.sources.
+ * Makefile: Removed NO_TEST=yes
+
2003-07-03 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* Cscompmgd.build: Removed unneeded unsafe compiler switch
diff --git a/mcs/class/Cscompmgd/Cscompmgd_test.dll.sources b/mcs/class/Cscompmgd/Cscompmgd_test.dll.sources
new file mode 100755
index 00000000000..9bdf42cb964
--- /dev/null
+++ b/mcs/class/Cscompmgd/Cscompmgd_test.dll.sources
@@ -0,0 +1 @@
+Microsoft.CSharp/CompilerTest.cs
diff --git a/mcs/class/Cscompmgd/Makefile b/mcs/class/Cscompmgd/Makefile
index 74b47323760..9091321ed1c 100644
--- a/mcs/class/Cscompmgd/Makefile
+++ b/mcs/class/Cscompmgd/Makefile
@@ -4,6 +4,5 @@ include ../../build/rules.make
LIBRARY = Cscompmgd.dll
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
-NO_TEST = yes
include ../../build/library.make