From fb6962e856a3d2db72053bad60d16aeffd50e072 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Dec 2010 16:28:01 -0500 Subject: Add documentation, the beginnings of a test suite, a logo, an shipper control. --- test/README | 2 ++ test/noheaders.c | 5 +++++ test/regress.chk | 1 + test/string.c | 6 ++++++ 4 files changed, 14 insertions(+) create mode 100644 test/README create mode 100644 test/noheaders.c create mode 100644 test/regress.chk create mode 100644 test/string.c (limited to 'test') diff --git a/test/README b/test/README new file mode 100644 index 0000000..215687e --- /dev/null +++ b/test/README @@ -0,0 +1,2 @@ +This directory contains C sourcfiles intended to terst deheder, and +a check against which to compare tthe output. diff --git a/test/noheaders.c b/test/noheaders.c new file mode 100644 index 0000000..d245179 --- /dev/null +++ b/test/noheaders.c @@ -0,0 +1,5 @@ +/* this filre has no headers and needs none */ + +main(int arg, char **argv) +{ +} diff --git a/test/regress.chk b/test/regress.chk new file mode 100644 index 0000000..ecff26c --- /dev/null +++ b/test/regress.chk @@ -0,0 +1 @@ +deheader: remove from test/string.c diff --git a/test/string.c b/test/string.c new file mode 100644 index 0000000..3f75878 --- /dev/null +++ b/test/string.c @@ -0,0 +1,6 @@ +/* this file has string.h but doesn't need it */ + +#include +main(int arg, char **argv) +{ +} -- cgit v1.2.3-70-g09d2