X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=e419f4780520b19b62bd8378b34eaa551dc720c0;hp=550b1a45147aa50fd646e6a509bf65240432d104;hb=c056efc6505febd2dddd72f4aadeee013f4875c3;hpb=9f9dd8c1529e0a25440dc34c13f51451a241fb28 diff --git a/Makefile.am b/Makefile.am index 550b1a4..e419f47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,11 +48,12 @@ SOURCES = \ 8sync/agenda.scm \ 8sync/repl.scm \ 8sync/systems/irc.scm \ - 8sync/systems/web.scm - + 8sync/systems/web.scm \ + 8sync/systems/actors.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm