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:
authoriain holmes <iain@xamarin.com>2017-11-27 19:10:29 +0300
committeriain holmes <iain@xamarin.com>2017-11-27 19:10:29 +0300
commit9f0f83c1452174c898024279ddb8df2c3e1ca00f (patch)
tree44a450af0e145ea30eec2e9ac37df4c567ff97d7 /Makefile
parent0aa305ac113a4d9ea6f468ceaa0a3a933759a8ee (diff)
[A11y] Allow Accessibility to be temporarily disabled from commandline
If DISABLE_ATKCOCOA is set then accessibilty will be disabled. make run-no-accessibility will do the same.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0e1a62b38..4581e8c8ce 100644
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,8 @@ run-gdb-64:
run-leaks:
cd main && $(MAKE) run-leaks
+run-no-accessibility:
+ cd main && $(MAKE) run-no-accessibility
test:
cd main && $(MAKE) test assembly=$(assembly)