From a2872cffd4ecf7d2ef947cd5b86f9a67f5d2ddcb Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 8 Dec 2005 18:55:45 +0000 Subject: 2005-12-08 Martin Hunt * maps/map.test: Add size test. * pmaps/pmap.test: Add size test. --- runtime/tests/pmaps/pmap.test | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime/tests/pmaps/pmap.test') 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} -- cgit