Remove POT-Creation-Date from pspp.pot and from .po files
[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])