summaryrefslogtreecommitdiff
path: root/nyxt.asd
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-02-19 11:54:27 +0200
committerAndre A. Gomes <andremegafone@gmail.com>2024-02-19 11:54:27 +0200
commitadbb9a787c7fead411362366ad9d94d3f7074c13 (patch)
tree7e7ab78082cb23d5e9259f01c86e3bd40e96e52f /nyxt.asd
parent1f046f37383fb6daa89b91b5aff2eed64e4bc6a5 (diff)
Refactor parse-url and url-processing tests.
They don't require the network or *browser*.
Diffstat (limited to 'nyxt.asd')
-rw-r--r--nyxt.asd6
1 files changed, 3 insertions, 3 deletions
diff --git a/nyxt.asd b/nyxt.asd
index 3bb3d2b47..b8e59bf69 100644
--- a/nyxt.asd
+++ b/nyxt.asd
@@ -239,6 +239,8 @@
:components ((:file "package")
(:file "offline/define-configuration")
(:file "offline/global-history")
+ (:file "offline/prompt-buffer")
+ (:file "offline/urls")
(:file "offline/user-script-parsing")
(:file "offline/mode")
(:module "Modes"
@@ -297,9 +299,7 @@
;; more information.
;; (:file "tests/offline/mode/visual")
(:file "user-script")
- (:file "watch")))
- (:file "offline/prompt-buffer")
- (:file "online/urls"))
+ (:file "watch"))))
:test-suite-args (:package :nyxt/tests))
(defsystem "nyxt/benchmarks"