diff --git a/README.md b/README.md index c250d92..d474d04 100644 --- a/README.md +++ b/README.md @@ -1431,16 +1431,17 @@ like: # Are there examples? -FIXME: There are some limited ones in the `t/example/` subdir of -the redo project. The best example is a real, live program -using redo as a build process. If you switch your -program's build process to use redo, please let us know and +* [Liberation Circuit](https://github.com/linleyh/liberation-circuit) +* [WvStreams](https://github.com/apenwarr/wvstreams) +* limited examples in the [`t/111-example/`](t/111-example) subdir of the redo project + +If you switch your program's build process to use redo, please let us know and we can link to it here. -Please don't take the other tests in `t/` as serious +(Please don't take the other tests in `t/` as serious examples. Many of them are doing things in deliberately psychotic ways in order to stress redo's code and find -bugs. +bugs.) # What's missing? How can I help? diff --git a/t/111-compile2/.gitignore b/t/111-example/.gitignore similarity index 100% rename from t/111-compile2/.gitignore rename to t/111-example/.gitignore diff --git a/t/111-compile2/CC.do b/t/111-example/CC.do similarity index 100% rename from t/111-compile2/CC.do rename to t/111-example/CC.do diff --git a/t/111-compile2/Makefile b/t/111-example/Makefile similarity index 100% rename from t/111-compile2/Makefile rename to t/111-example/Makefile diff --git a/t/111-compile2/all.do b/t/111-example/all.do similarity index 100% rename from t/111-compile2/all.do rename to t/111-example/all.do diff --git a/t/111-compile2/clean.do b/t/111-example/clean.do similarity index 100% rename from t/111-compile2/clean.do rename to t/111-example/clean.do diff --git a/t/111-compile2/config.sh b/t/111-example/config.sh similarity index 100% rename from t/111-compile2/config.sh rename to t/111-example/config.sh diff --git a/t/111-compile2/default.o.do b/t/111-example/default.o.do similarity index 100% rename from t/111-compile2/default.o.do rename to t/111-example/default.o.do diff --git a/t/111-compile2/hello.do b/t/111-example/hello.do similarity index 100% rename from t/111-compile2/hello.do rename to t/111-example/hello.do diff --git a/t/111-compile2/main.c b/t/111-example/main.c similarity index 100% rename from t/111-compile2/main.c rename to t/111-example/main.c diff --git a/t/111-compile2/mystr.c b/t/111-example/mystr.c similarity index 100% rename from t/111-compile2/mystr.c rename to t/111-example/mystr.c diff --git a/t/111-compile2/mystr.h b/t/111-example/mystr.h similarity index 100% rename from t/111-compile2/mystr.h rename to t/111-example/mystr.h