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:
authorFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-01-10 23:20:11 +0300
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-01-10 23:20:11 +0300
commiteedb5dfa9a78f39ee896aba496a46a18e0c72a95 (patch)
treeef410fa8d4622346d72a667ae4486c17af72e8c2 /mcs/class/Npgsql/Makefile
parent8626e7e4018cfcd6633cd12b7c831dfb771ef005 (diff)
2004-01-10 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Changed makefile to add test targets. Now Npgsql can be tested with alread existing nunit test infrastructure. svn path=/trunk/mcs/; revision=21918
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 4adaf701cbf..02cfec6a00a 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -31,7 +31,8 @@ LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
-resource:NpgsqlTypes/NpgsqlTypesHelper.resources,NpgsqlTypes.NpgsqlTypesHelper.resources \
-resource:Npgsql/Design/ConnectionStringEditorForm.resources,Npgsql.Design.ConnectionStringEditorForm.resources
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
+ /r:System.Web.dll /r:System.Data.dll
LIB_MCS_FLAGS_RESOURCES = $(LIB_MCS_FLAGS)
@@ -62,5 +63,11 @@ install: install-recursive install-local
uninstall: uninstall-recursive uninstall-local
-test:
+test: test-recursive test-local
+
+run-test: run-test-recursive test-local run-test-local
+
+clean: clean-recursive clean-local
+
+uninstall: uninstall-recursive uninstall-local