[libfann] 63/242: automatic memcheck

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 299a19f5028d369abc3a35b0599e00fbd593ca6e
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Sat Jan 17 23:26:48 2004 +0000

    automatic memcheck
---
 examples/Makefile | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/examples/Makefile b/examples/Makefile
index 1bfbf35..41af26d 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -26,3 +26,16 @@ runtest: $(TARGETS)
 	@echo
 	@echo Testing network with fixed points
 	./xor_test_fixed
+
+rundebug: $(TARGETS)
+	@echo
+	@echo Training network
+	valgrind --leak-check=yes --show-reachable=yes --leak-resolution=high ./xor_train
+
+	@echo
+	@echo Testing network with floats
+	valgrind --leak-check=yes --show-reachable=yes --leak-resolution=high ./xor_test
+
+	@echo
+	@echo Testing network with fixed points
+	valgrind --leak-check=yes --show-reachable=yes --leak-resolution=high ./xor_test_fixed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list