diff options
Diffstat (limited to 'strends.c')
-rw-r--r-- | strends.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "libsimple.h" +#ifndef TEST int @@ -9,8 +10,8 @@ libsimple_strends(const char *s, const char *t) } -#ifdef TEST -#include <assert.h> +#else +#include "test.h" int main(void) |