add link to projects using redo; fix t/example mention (#20)

also rename t/111-compile2 to t/111-example
This commit is contained in:
Alexey Shamrin 2018-11-07 07:54:57 +02:00 committed by apenwarr
commit 59eb7e8f1e
12 changed files with 7 additions and 6 deletions

View file

@ -1431,16 +1431,17 @@ like:
# Are there examples? # Are there examples?
FIXME: There are some limited ones in the `t/example/` subdir of * [Liberation Circuit](https://github.com/linleyh/liberation-circuit)
the redo project. The best example is a real, live program * [WvStreams](https://github.com/apenwarr/wvstreams)
using redo as a build process. If you switch your * limited examples in the [`t/111-example/`](t/111-example) subdir of the redo project
program's build process to use redo, please let us know and
If you switch your program's build process to use redo, please let us know and
we can link to it here. 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 examples. Many of them are doing things in deliberately
psychotic ways in order to stress redo's code and find psychotic ways in order to stress redo's code and find
bugs. bugs.)
# What's missing? How can I help? # What's missing? How can I help?