diff options
Diffstat (limited to 'envmalloczn.c')
-rw-r--r-- | envmalloczn.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/envmalloczn.c b/envmalloczn.c index 661e18a..832ce67 100644 --- a/envmalloczn.c +++ b/envmalloczn.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "libsimple.h" +#ifndef TEST extern char *argv0; @@ -15,3 +16,15 @@ libsimple_envmalloczn(int status, int clear, size_t n, va_list ap) /* TODO test } return ret; } + + +#else +#include "test.h" + +int +main(void) +{ + return 0; +} + +#endif |