]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[TEST_STANDALONE]: Define.
authorJim Meyering <jim@meyering.net>
Sun, 29 Oct 1995 19:20:36 +0000 (19:20 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Oct 1995 19:20:36 +0000 (19:20 +0000)
src/test.c

index b745c560ecefb73ed73aee8ee9d0c6d4688f4a59..d1be232cf0353a6e9d109dd39caf8d6bf6ccccfe 100644 (file)
@@ -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"