src/method-impl.lisp: Typo in docstring.
[sod] / Makefile.am
index 55757e0..515031e 100644 (file)
@@ -36,4 +36,7 @@ SUBDIRS                       += src
 ## The runtime support library.
 SUBDIRS                        += lib
 
+## The tests and examples.
+SUBDIRS                        += test
+
 ###----- That's all, folks --------------------------------------------------