Skip to content

Commit

Permalink
tests/Makefile.am (EXTRA_DIST): Bugfix: Add missing "test.scm"
Browse files Browse the repository at this point in the history
* tests/Makefile.am (EXTRA_DIST): Bugfix: Add missing "test.scm".
  • Loading branch information
artyom-poptsov committed Aug 4, 2024
1 parent 3779c72 commit 0b5f5e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ AM_SCM_LOG_FLAGS = \
-s

EXTRA_DIST = \
${SCM_TESTS}
${SCM_TESTS} \
test.scm

CLEANFILES = \
*.log
Expand Down

0 comments on commit 0b5f5e2

Please sign in to comment.