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