summaryrefslogtreecommitdiffstats
path: root/runtime/tests/pmaps/pmap.test
diff options
context:
space:
mode:
authorhunt <hunt>2005-12-08 18:55:45 +0000
committerhunt <hunt>2005-12-08 18:55:45 +0000
commita2872cffd4ecf7d2ef947cd5b86f9a67f5d2ddcb (patch)
tree56f9341bfd07eaad7d1b9d00d77d872272398f40 /runtime/tests/pmaps/pmap.test
parent71572ba8dfa3b045dfdcd0c8e0a2db168659ea10 (diff)
downloadsystemtap-steved-a2872cffd4ecf7d2ef947cd5b86f9a67f5d2ddcb.tar.gz
systemtap-steved-a2872cffd4ecf7d2ef947cd5b86f9a67f5d2ddcb.tar.xz
systemtap-steved-a2872cffd4ecf7d2ef947cd5b86f9a67f5d2ddcb.zip
2005-12-08 Martin Hunt <hunt@redhat.com>
* maps/map.test: Add size test. * pmaps/pmap.test: Add size test.
Diffstat (limited to 'runtime/tests/pmaps/pmap.test')
-rw-r--r--runtime/tests/pmaps/pmap.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/tests/pmaps/pmap.test b/runtime/tests/pmaps/pmap.test
index 04fbb208..fb5c3d0d 100644
--- a/runtime/tests/pmaps/pmap.test
+++ b/runtime/tests/pmaps/pmap.test
@@ -667,6 +667,11 @@ map[4] Sum = 8
}
+test size {Test _stp_pmap_size()} -setup {
+ exec gcc $CFLAGS -I $KPATH -I $PATH -I $MPATH -o test size.c
+} -body {
+ exec ./test
+} -result {}
catch {exec rm test}