aboutsummaryrefslogtreecommitdiffstats
path: root/strends.c
diff options
context:
space:
mode:
Diffstat (limited to 'strends.c')
-rw-r--r--strends.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/strends.c b/strends.c
index e905451..9934623 100644
--- a/strends.c
+++ b/strends.c
@@ -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)