From: Jim Meyering Date: Sun, 29 Oct 1995 19:20:36 +0000 (+0000) Subject: [TEST_STANDALONE]: Define. X-Git-Tag: v4.5.1~12268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c9ce66217a08d20c47f1392b86307cfe2dcecd;p=thirdparty%2Fcoreutils.git [TEST_STANDALONE]: Define. --- diff --git a/src/test.c b/src/test.c index b745c560ec..d1be232cf0 100644 --- a/src/test.c +++ b/src/test.c @@ -28,6 +28,8 @@ #include #include +#define TEST_STANDALONE 1 + #if !defined (TEST_STANDALONE) # include "shell.h" # include "posixstat.h"