summaryrefslogtreecommitdiff
path: root/test/custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/custom.c')
-rw-r--r--test/custom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/custom.c b/test/custom.c
index f85b3cc..fe4239d 100644
--- a/test/custom.c
+++ b/test/custom.c
@@ -23,5 +23,6 @@ int main(void)
check(strlen((char*) output) == 6, "incorrect output length");
check(!memcmp(correct, output, 7), "incorrect output data");
free(output);
+ printf("map_custom tests SUCCEEDED.\n");
return 0;
}