X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=654de779654631269e5aa875c088993b93ce1640;hp=550b1a45147aa50fd646e6a509bf65240432d104;hb=60cffdd4c3c7a44d9359e93cf4ae5330158aaf95;hpb=9f9dd8c1529e0a25440dc34c13f51451a241fb28 diff --git a/Makefile.am b/Makefile.am index 550b1a4..654de77 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/actors.scm \ + 8sync/systems/actors/debug.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -74,7 +75,9 @@ EXTRA_DIST = \ tests/utils.scm \ demos/run-demo.sh \ demos/ircbot.scm \ - demos/hello-web.scm + demos/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand