Skip to content

Commit 0b5f5e2

Browse files
tests/Makefile.am (EXTRA_DIST): Bugfix: Add missing "test.scm"
* tests/Makefile.am (EXTRA_DIST): Bugfix: Add missing "test.scm".
1 parent 3779c72 commit 0b5f5e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ AM_SCM_LOG_FLAGS = \
4747
-s
4848

4949
EXTRA_DIST = \
50-
${SCM_TESTS}
50+
${SCM_TESTS} \
51+
test.scm
5152

5253
CLEANFILES = \
5354
*.log

0 commit comments

Comments
 (0)