summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-04-22 14:04:13 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-04-25 09:25:38 -0500
commitb3b380c6ce47f29f22f1fd0a8581aa2895b5545e (patch)
treea8d8e8849b95b9049d7c860beb20000394346b02
parent62aced47c9f24e5872ab9330583f5f31d1a05af7 (diff)
download8sync-b3b380c6ce47f29f22f1fd0a8581aa2895b5545e.tar.gz
build: Add test-actors.scm to tests.
* Makefile.am (TESTS): Add tests/test-actors.scm.
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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