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>2017-05-04 15:00:39 +0300
committerAlan McGovern <alan.mcgovern@gmail.com>2017-05-04 15:01:16 +0300
commit9d302f4978e67538b4fbf6ae4b5353444bb76ab4 (patch)
treee8fe84793f41a49fecbdad6da3861c0de54f9b86 /Makefile
parentf2ac738a64fdc18f9292f0fd148570953748d49a (diff)
[profiling] Add the ability to load up the gobject leak tracker
https://github.com/alanmcgovern/gobject-tracker
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cf2226ddd4..f0e1a62b38 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,10 @@ run-gdb:
run-gdb-64:
cd main && $(MAKE) run-gdb-64
+
+run-leaks:
+ cd main && $(MAKE) run-leaks
+
test:
cd main && $(MAKE) test assembly=$(assembly)