diff options
author | Filip Lajszczak <filip@lajszczak.dev> | 2023-11-12 11:16:36 +0000 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-11-12 08:06:21 -0500 |
commit | cd462b2cb06f75ea70bcefe401c663663d47bfda (patch) | |
tree | 1fb1874a5da48a8397aaf002b94461cd19216947 /Makefile.am | |
parent | 373afdbcc7ce3c39d3734b9c44362123bf009d05 (diff) |
Makefile: Remove reference to test file that does not exist.
make check was failing.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 15cc34f..13cd01e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,6 @@ endif TESTS = \ tests/helper.scm \ tests/post.scm \ - tests/publisher-hut.scm \ tests/utils.scm TEST_EXTENSIONS = .scm |