diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | test/README.md | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -5,10 +5,9 @@ *.tm.c *.tm.h *.tm.o +*.testresult /tomo /tags -/test/* -!/test/*.tm /examples !/examples/*.tm !/examples/*/*.tm diff --git a/test/README.md b/test/README.md new file mode 100644 index 00000000..533789b9 --- /dev/null +++ b/test/README.md @@ -0,0 +1,4 @@ +# Tests + +This directory contains a suite of tests that showcase and test various +language features. |
