diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:08:34 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:09:36 -0500 |
commit | 77dd14980881d9b659e23643eab5fe2ce75efe6a (patch) | |
tree | b77293d4c90f15b467196da80adc6256803ccf7b /Makefile.am | |
parent | 33d1833652d79f2df0f9a469e1e88d579603f022 (diff) |
Fix test suite.v0.2.6
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f831acb..e3eb96f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ SOURCES += \ endif TESTS = \ + tests/helper.scm \ tests/post.scm \ tests/utils.scm |