projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LOOP: Convert tests to Autotest framework.
[pspp]
/
tests
/
libpspp
/
range-map.at
1
AT_BANNER([range map library])
2
3
m4_define([CHECK_RANGE_MAP],
4
[AT_SETUP([range-map -- $1])
5
AT_CHECK([range-map-test $1])
6
AT_CLEANUP])
7
8
CHECK_RANGE_MAP([insert])
9
CHECK_RANGE_MAP([delete-contiguous])
10
CHECK_RANGE_MAP([delete-gaps])