diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-29 19:20:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-29 19:20:36 +0000 |
commit | b1c9ce66217a08d20c47f1392b86307cfe2dcecd (patch) | |
tree | 74329b28316280d7f3a8b69b2ee0f843a790fd0d /src | |
parent | aec547d7645488fd2d4d71c211fb1a9b2bb9d222 (diff) | |
download | coreutils-b1c9ce66217a08d20c47f1392b86307cfe2dcecd.tar.xz |
[TEST_STANDALONE]: Define.
Diffstat (limited to 'src')
-rw-r--r-- | src/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test.c b/src/test.c index b745c560e..d1be232cf 100644 --- a/src/test.c +++ b/src/test.c @@ -28,6 +28,8 @@ #include <stdio.h> #include <sys/types.h> +#define TEST_STANDALONE 1 + #if !defined (TEST_STANDALONE) # include "shell.h" # include "posixstat.h" |