Setting up a whole lot of testing infrastructure
[clnl] / src / main / cl-nl.asd
index 9ef24e314b84a19f0a5165bbcc7ad4b37699cb08..924a5f66f56a2886276996b4127ce42a0f0cdd60 100644 (file)
@@ -6,6 +6,9 @@
   :serial t
   :components ((:file "package")
                (:file "lex")
+               (:file "parse")
+               (:file "nvm")
+               (:file "transpile")
                (:file "random")
                (:file "main"))
-  :depends-on (:cl-ppcre))
+  :depends-on (:cl-ppcre :mt19937))