Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-06-05 22:28:54 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-05 22:28:54 +0400
commit3f97ef226fd64e1c57aa2349096b39f2bc275e02 (patch)
tree6566345cfdb1e280028650f0d1bef6d43ad6d1df /Makefile
parent89e59aff4112bae7ad2b3ca2106e42363ad067e5 (diff)
[Test] Propagate arguments when invoking 'make test'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6eb45e7ca9..15161585cb 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ run-gdb:
cd main && $(MAKE) run-gdb
test:
- cd main && $(MAKE) test
+ cd main && $(MAKE) test assembly=$(assembly)
check-addins:
cd main && $(MAKE) check-addins