[BACK]Return to tests.h CVS log [TXT][DIR] Up to [local] / acopm / tests

Annotation of acopm/tests/tests.h, Revision 1.1.1.1

1.1       bountyht    1: /*
                      2:  * Copyright (C) 2017 Aaron M. D. Jones <aaronmdjones@gmail.com>
                      3:  *
                      4:  * Redistribution and use in source and binary forms, with or without
                      5:  * modification, are permitted provided that the following
                      6:  * conditions are met:
                      7:  *
                      8:  * 1. Redistributions of source code must retain the above copyright
                      9:  *    notice, this list of conditions and the following disclaimer.
                     10:  *
                     11:  * 2. Redistributions in binary form must reproduce the above copyright
                     12:  *    notice, this list of conditions and the following disclaimer in the
                     13:  *    documentation and/or other materials provided with the distribution.
                     14:  *
                     15:  * 3. Neither the name of the copyright holder nor the names of its
                     16:  *    contributors may be used to endorse or promote products derived from
                     17:  *    this software without specific prior written permission.
                     18:  *
                     19:  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
                     20:  * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
                     21:  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
                     22:  * PARTICULAR PURPOSE ARE DISCLAIMED.
                     23:  *
                     24:  * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
                     25:  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     26:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     27:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     28:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
                     29:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
                     30:  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
                     31:  * POSSIBILITY OF SUCH DAMAGE.
                     32:  */
                     33:
                     34: #ifndef INC_TESTS_INTERNAL_H
                     35: #define INC_TESTS_INTERNAL_H
                     36:
                     37: #include "acopm-common.h"
                     38:
                     39: // https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html
                     40: #define EXIT_AUTOMAKE_CHECK_HARD_FAILURE 99
                     41:
                     42: #endif /* INC_TESTS_INTERNAL_H */

CVSweb