diff options
Diffstat (limited to 'minctest.h')
-rw-r--r-- | minctest.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef MINCTEST_MINCTEST_H +#define MINCTEST_MINCTEST_H + #include <inttypes.h> #include <stdbool.h> @@ -76,3 +79,4 @@ void test_exit(tester*); */ void test_true(tester* tester, bool check, const char* text); +#endif // MINCTEST_MINCTEST_H |