diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-15 22:37:40 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-15 22:45:10 -0400 |
commit | e505a66a1b22132fd429c7699b7b632143d6653c (patch) | |
tree | 573d83dee941a9900b566c99d589e240046beda0 /Makefile.am | |
parent | 1ca65755dfe193618191042f48a751f24597d047 (diff) |
tests: Add post tests.
* tests/post.scm: New file.
* Makefile.am (TESTS): Add it.
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 44cdb40..867b163 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ SOURCES += \ endif TESTS = \ + tests/post.scm \ tests/utils.scm TEST_EXTENSIONS = .scm |