Skip to content

Commit

Permalink
nyxt.asd: Silence CCL failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Oct 20, 2023
1 parent cf97fba commit f1bd8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nyxt.asd
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ The renderer is configured from NYXT_RENDERER or `*nyxt-renderer*'."))
:defsystem-depends-on ("nasdf")
:class :nasdf-compilation-test-system
:depends-on (nyxt)
:packages (:nyxt))
:packages (:nyxt)
:undocumented-symbols-to-ignore (:external-editor-program))

;; TODO: Test that Nyxt starts and that --help, --version work.
(defsystem "nyxt/tests"
Expand Down

0 comments on commit f1bd8be

Please sign in to comment.