Clean up repo

This commit is contained in:
retropikzel 2025-11-22 20:40:50 +02:00
parent 68f476fcd6
commit dc7ff1c92f
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@ -4,4 +4,5 @@
*.tgz
*.log
.*
retropikzel/*/README.html

View File

@ -1,8 +0,0 @@
<pre>Uses SRFI-64 underneath, giving output as [Common Test Report Format](https://ctrf.io/).
Features
- Exports exactly same things as SRFI-64, it only alters the output
- Exists with exit code of count of failed tests
- Measures time spent running individual tests
- Adds implementation name and operation system onto the report</pre>