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-06 19:55:20 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-06 19:55:20 +0400
commit83cb73a66dc6140bc8f406420c636593e2626d15 (patch)
treef9c14d452edd33ae4431b9eb8a7c9f48991c1a99 /main/Makefile.am
parent103a1e5b43f6c1c35650ababaad7cfd94b2f2e9f (diff)
[Test] Fail properly in the case of tests failing
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 2bd2d66376..0b3a101c18 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -137,7 +137,7 @@ check-addins:
$(MDTOOL_RUN) setup reg-build -v
test:
- cd tests && make test assembly=$(assembly)
+ cd tests && $(MAKE) test assembly=$(assembly)
app-dir: all
cd build && make app-dir