src/module-parse.lisp: Reinstate `peek' around the main item parser.
[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 --------------------------------------------------