2017-08-11 10:14:05 +02:00
|
|
|
From 26e31fc54af591bdd88d6a4a79b7fa91c57f4b0c Mon Sep 17 00:00:00 2001
|
2015-11-24 23:51:52 +01:00
|
|
|
From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
|
2017-08-11 10:14:05 +02:00
|
|
|
Date: Thu, 10 Aug 2017 23:30:05 +0200
|
2015-11-24 23:51:52 +01:00
|
|
|
Subject: [PATCH] Remove unit-tests from mono compilation
|
|
|
|
|
|
|
|
This patch fixes compiling errors with unit-tests under linux.
|
|
|
|
|
|
|
|
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
|
|
|
|
---
|
|
|
|
mono/Makefile.am | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/mono/Makefile.am b/mono/Makefile.am
|
2017-05-23 12:20:35 +02:00
|
|
|
index 8c9c2cb..7af36ec 100644
|
2015-11-24 23:51:52 +01:00
|
|
|
--- a/mono/Makefile.am
|
|
|
|
+++ b/mono/Makefile.am
|
2017-05-23 12:20:35 +02:00
|
|
|
@@ -34,7 +34,7 @@ monotouch-do-clean:
|
2017-08-11 10:14:05 +02:00
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target); \
|
2015-11-24 23:51:52 +01:00
|
|
|
done;
|
|
|
|
else
|
2017-08-11 10:14:05 +02:00
|
|
|
-SUBDIRS = $(btls_dirs) arch utils cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
|
|
|
|
+SUBDIRS = $(btls_dirs) arch utils cil metadata $(sgen_dirs) mini dis tests benchmark profiler
|
2015-11-24 23:51:52 +01:00
|
|
|
endif
|
|
|
|
endif
|
2017-08-11 10:14:05 +02:00
|
|
|
-DIST_SUBDIRS = btls arch utils cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
|
|
|
|
+DIST_SUBDIRS = btls arch utils cil metadata $(sgen_dirs) mini dis tests benchmark profiler
|
2015-11-24 23:51:52 +01:00
|
|
|
--
|
2017-05-23 12:20:35 +02:00
|
|
|
2.7.4
|
2015-11-24 23:51:52 +01:00
|
|
|
|