diff options
Diffstat (limited to 'runtime/tests/maps/map.test')
-rw-r--r-- | runtime/tests/maps/map.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/tests/maps/map.test b/runtime/tests/maps/map.test index d8083d5c..51feca41 100644 --- a/runtime/tests/maps/map.test +++ b/runtime/tests/maps/map.test @@ -988,6 +988,11 @@ Nicosia is the capitol of Cyprus and the nerd population is -1 } +test size {Test of _stp_map_size()} -setup { + exec gcc $CFLAGS -I $KPATH -I $PATH -I $MPATH -o test size.c +} -body { + exec ./test +} -result {} catch {exec rm test} |