From 2392877244da7bbcc2dba67abf506bfcf4908620 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 3 Mar 2010 10:09:21 -0500 Subject: HACKING: emphasize embedded-c testing --- tapset/DEVGUIDE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tapset/DEVGUIDE') diff --git a/tapset/DEVGUIDE b/tapset/DEVGUIDE index 5d7c8658..718fadc4 100644 --- a/tapset/DEVGUIDE +++ b/tapset/DEVGUIDE @@ -242,7 +242,8 @@ built into SystemTap. Be especially careful when dereferencing pointers. Use the kread() macro to dereference any pointers that could potentially be invalid. If you're not sure, err on the side of caution. The cost of using kread() is small compared to the cost of your tapset -inadvertently crashing a system! +inadvertently crashing a system! It is necessary to rigorously test +embedded-C functions in the testsuite. Add the string /* pure */ -- cgit