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 65a4262..f3208e5 100644
--- a/rva.asd
+++ b/rva.asd
@@ -14,6 +14,7 @@
:serial t
:components ((:file "package")
(:file "util")
+ (:file "lex")
(:file "main"))))
:long-description
#.(uiop:read-file-string
@@ -33,7 +34,8 @@
:serial t
:components ((:file "package")
(:file "main")
- (:file "util"))))
+ (:file "util")
+ (:file "lex"))))
:perform (test-op (o s) (uiop:symbol-call :rva-tests :test-rva)))
(defmethod asdf:perform ((o asdf:image-op) (c asdf:system))