repo.or.cz
/
pspp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LIST: Improve wording of error messages.
[pspp.git]
/
tests
/
libpspp
/
range-map.at
blob
d414f50af132014841f12d1f067988681d041772
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])