summaryrefslogtreecommitdiff
path: root/rva.asd
diff options
context:
space:
mode:
Diffstat (limited to 'rva.asd')
-rw-r--r--rva.asd4
1 files changed, 3 insertions, 1 deletions
diff --git a/rva.asd b/rva.asd
index 75300a8..7fdb00b 100644
--- a/rva.asd
+++ b/rva.asd
@@ -16,6 +16,7 @@
:components ((:file "package")
(:file "util")
(:file "lex")
+ (:file "parse")
(:file "main"))))
:long-description
#.(uiop:read-file-string
@@ -36,7 +37,8 @@
:components ((:file "package")
(:file "main")
(:file "util")
- (:file "lex"))))
+ (:file "lex")
+ (:file "parse"))))
:perform (test-op (o s) (uiop:symbol-call :rva-tests :test-rva)))
(defmethod asdf:perform ((o asdf:image-op) (c asdf:system))