X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Frange-tower.at;h=7fddd2ab6c0ad17e7c8f12e91876c5fd14f6edbd;hb=209f7e5ccf28c97641b9e69ef6b9df81efe4dc38;hp=77fccf2175d3b9211e4015b73138a198a128efc9;hpb=4bc7fb8814bc15858ab801be55b3b6cd79dd06e6;p=pspp diff --git a/tests/libpspp/range-tower.at b/tests/libpspp/range-tower.at index 77fccf2175..7fddd2ab6c 100644 --- a/tests/libpspp/range-tower.at +++ b/tests/libpspp/range-tower.at @@ -1,7 +1,24 @@ +dnl PSPP - a program for statistical analysis. +dnl Copyright (C) 2017 Free Software Foundation, Inc. +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +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 . +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])