From dc7ff1c92f59663469c3c32ab1c7901832306a7a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 22 Nov 2025 20:40:50 +0200 Subject: [PATCH] Clean up repo --- .gitignore | 1 + retropikzel/ctrf/README.html | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 retropikzel/ctrf/README.html diff --git a/.gitignore b/.gitignore index 9279d21..f9c0ee6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *.tgz *.log .* +retropikzel/*/README.html diff --git a/retropikzel/ctrf/README.html b/retropikzel/ctrf/README.html deleted file mode 100644 index f3641e1..0000000 --- a/retropikzel/ctrf/README.html +++ /dev/null @@ -1,8 +0,0 @@ -
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