From b3b380c6ce47f29f22f1fd0a8581aa2895b5545e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 22 Apr 2016 14:04:13 -0500 Subject: [PATCH 1/1] build: Add test-actors.scm to tests. * Makefile.am (TESTS): Add tests/test-actors.scm. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.31.1