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:
authorRafael Teixeira <monoman@gmail.com>2003-07-18 18:53:23 +0400
committerRafael Teixeira <monoman@gmail.com>2003-07-18 18:53:23 +0400
commit76bb974cfd2518244fc832fe0f2c2f90353befd2 (patch)
treeed9fe8b340c70ce5b260f01a9488a866c3ae7308
parentdd1dded085e18612909416f0e7053fa0ea468090 (diff)
Target 'test' added to Makefile
svn path=/trunk/mcs/; revision=16405
-rw-r--r--mcs/mbas/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/mbas/Makefile b/mcs/mbas/Makefile
index 04a1d694399..fa0510a2990 100644
--- a/mcs/mbas/Makefile
+++ b/mcs/mbas/Makefile
@@ -26,3 +26,5 @@ verbose: mbas.exe
testmbas/WriteOK.exe: mbas.exe
$(TEST_RUNTIME) mbas.exe --stacktrace /r:Mono.GetOptions.dll /r:System.Data,System.Windows.Forms --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs
+
+test: run-test-local