summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-29 19:20:36 +0000
committerJim Meyering <jim@meyering.net>1995-10-29 19:20:36 +0000
commitb1c9ce66217a08d20c47f1392b86307cfe2dcecd (patch)
tree74329b28316280d7f3a8b69b2ee0f843a790fd0d /src/test.c
parentaec547d7645488fd2d4d71c211fb1a9b2bb9d222 (diff)
downloadcoreutils-b1c9ce66217a08d20c47f1392b86307cfe2dcecd.tar.xz
[TEST_STANDALONE]: Define.
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
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"