emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Towards a cleaner build: cedet


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build: cedet
Date: Thu, 13 Jun 2019 16:44:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

There's a bunch of unit tests for cedet at
test/manual/cedet/cedet-utests.el, but there's no explanation on how to
run it.

There's

(defun cedet-utest (&optional exit-on-error)

[...]

  (if (or (not (featurep 'semanticdb-mode))
          (not (semanticdb-minor-mode-p)))
      (error "CEDET Tests require: M-x semantic-load-enable-minimum-features"))

at the start, which seems nonsensical, because there's apparently no
such feature as semanticdb-mode (according to grep), and there's no
`semantic-load-enable-minimum-features' either...

That's apparently present in the cedet out-of-tree distribution, but
it's unclear whether any of this has ever worked...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

[Prev in Thread] Current Thread [Next in Thread]