Add readme for tests

This commit is contained in:
Bruce Hill 2025-03-21 22:02:21 -04:00
parent b2188ce2b6
commit ddc85cda9f
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -5,10 +5,9 @@
*.tm.c
*.tm.h
*.tm.o
*.testresult
/tomo
/tags
/test/*
!/test/*.tm
/examples
!/examples/*.tm
!/examples/*/*.tm

4
test/README.md Normal file
View File

@ -0,0 +1,4 @@
# Tests
This directory contains a suite of tests that showcase and test various
language features.