From c78aecad840a537d5a1359a6118ca6c5cbd76010 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sat, 27 Jul 2013 23:44:45 +0200
Subject: [PATCH 1/1] HACKING.asciidoc: add an example of testing am7xxx-play
 with valgrind

This will make testing easier as the line can be copied and pasted.
---
 HACKING.asciidoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/HACKING.asciidoc b/HACKING.asciidoc
index a6595fe..a59c4af 100644
--- a/HACKING.asciidoc
+++ b/HACKING.asciidoc
@@ -81,3 +81,8 @@ dynamic analyzer by using a command like:
 
   $ valgrind --leak-check=full --show-reachable=yes --track-origins=yes \
     ./bin/picoproj -W 800 -H 480 -f my_image.jpg
+
+or, for am7xxx-play:
+
+  $ valgrind --leak-check=full --show-reachable=yes --track-origins=yes \
+    ./bin/am7xxx-play -f x11grab -i :0
-- 
2.1.4