From: Christopher Allan Webber Date: Fri, 22 Apr 2016 19:04:13 +0000 (-0500) Subject: build: Add test-actors.scm to tests. X-Git-Tag: v0.2.0~52 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=b3b380c6ce47f29f22f1fd0a8581aa2895b5545e build: Add test-actors.scm to tests. * Makefile.am (TESTS): Add tests/test-actors.scm. --- diff --git a/Makefile.am b/Makefile.am index 550b1a4..c1d92a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,8 @@ SOURCES = \ TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm