X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b5d086c2894c492e17391b17f2600de83206a7b6..1a93d254557901b878e962129242ae6a56f72106:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 55757e0..515031e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,4 +36,7 @@ SUBDIRS += src ## The runtime support library. SUBDIRS += lib +## The tests and examples. +SUBDIRS += test + ###----- That's all, folks --------------------------------------------------