tests: Tag all the tests that take more than about 1s as "slow".
[pspp] / tests / libpspp / range-tower.at
index 0a56270a819fd9a0b67ccaf6b0bf1cc7b39328b0..13e160ed679eb021edbe16e2bb5f8071ab513186 100644 (file)
@@ -13,10 +13,12 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([range tower library])
+dnl
+AT_BANNER([range tower library])
 
 m4_define([CHECK_RANGE_TOWER],
   [AT_SETUP([range-tower -- $1])
+   AT_KEYWORDS([slow])
    AT_CHECK([range-tower-test $1])
    AT_CLEANUP])