On 24-09-2022 15:46, Andrew Whatson wrote: > diff --git a/test-suite/tests/tree-il/unbound-spaces.scm b/test-suite/tests/tree-il/unbound-spaces.scm > new file mode 100644 > index 000000000..9de3b9861 > --- /dev/null > +++ b/test-suite/tests/tree-il/unbound-spaces.scm > @@ -0,0 +1 @@ > + (foo) > diff --git a/test-suite/tests/tree-il/unbound-tabs.scm b/test-suite/tests/tree-il/unbound-tabs.scm > new file mode 100644 > index 000000000..b8c7ae23d > --- /dev/null > +++ b/test-suite/tests/tree-il/unbound-tabs.scm > @@ -0,0 +1 @@ > + (foo) > diff --git a/test-suite/tests/tree-il/unused-variable.scm b/test-suite/tests/tree-il/unused-variable.scm > new file mode 100644 > index 000000000..73dcd3585 > --- /dev/null > +++ b/test-suite/tests/tree-il/unused-variable.scm > @@ -0,0 +1,3 @@ > +(lambda (x) > + (let ((y (+ x 2))) > + x)) > -- 2.37.3 I would expect they need to be registered in some Makefile.am (as dist_noinst_... or was it noinst_dinst?) such that they are included in the tarball generated by "make dist", but otherwise these seem a nice set of tests to me. Greetings, Maxime.