aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-21 22:02:21 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-21 22:02:21 -0400
commitddc85cda9f9a03e2c31ef0002ae5a79fba5700b5 (patch)
treeb3f0d4fc4ac0245f5e6d132686a054cca953e1ea
parentb2188ce2b650acf66fccac0a452c3a4b08a76283 (diff)
Add readme for tests
-rw-r--r--.gitignore3
-rw-r--r--test/README.md4
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ed923e7b..3496cf72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.