]> ocean-lang.org Git - ocean/commit
Separate demos from tests.
authorNeilBrown <neil@brown.name>
Wed, 29 May 2019 00:38:39 +0000 (10:38 +1000)
committerNeilBrown <neil@brown.name>
Wed, 29 May 2019 00:38:39 +0000 (10:38 +1000)
commit70f81bfd8197056d800dad88ba4339fc6fad9801
tree63de3a0db7b20f903a2d2c8923419c4839201c09
parent4175113ddadf8ce701903fd784b5b5420d3f93f5
Separate demos from tests.

'tests' check that the code is working, and fail if the results
aren't what was expected.
'demos' simply run the code and show what it can do.  The don't provide
any immediate assurance that it is doing the right thing.

Separate these into "make tests" and "make demos"

Signed-off-by: NeilBrown <neil@brown.name>
csrc/indent_test.mdc
csrc/oceani.mdc
csrc/parsergen.mdc