Add readme for tests
This commit is contained in:
parent
b2188ce2b6
commit
ddc85cda9f
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,10 +5,9 @@
|
|||||||
*.tm.c
|
*.tm.c
|
||||||
*.tm.h
|
*.tm.h
|
||||||
*.tm.o
|
*.tm.o
|
||||||
|
*.testresult
|
||||||
/tomo
|
/tomo
|
||||||
/tags
|
/tags
|
||||||
/test/*
|
|
||||||
!/test/*.tm
|
|
||||||
/examples
|
/examples
|
||||||
!/examples/*.tm
|
!/examples/*.tm
|
||||||
!/examples/*/*.tm
|
!/examples/*/*.tm
|
||||||
|
4
test/README.md
Normal file
4
test/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Tests
|
||||||
|
|
||||||
|
This directory contains a suite of tests that showcase and test various
|
||||||
|
language features.
|
Loading…
Reference in New Issue
Block a user