diff options
Diffstat (limited to 'runtime/tests/pmaps/pmap.test')
-rw-r--r-- | runtime/tests/pmaps/pmap.test | 5 |
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} |