[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
- Re: Towards a cleaner build: other output, (continued)
- Re: Towards a cleaner build: viper-ex, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: project.el, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: obsolete/cl-compat.el, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: erc.el, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: calendar, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/12
- Re: Towards a cleaner build: cedet,
Lars Ingebrigtsen <=
- Re: Towards a cleaner build: cedet, Noam Postavsky, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet, Noam Postavsky, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/13
- Re: Towards a cleaner build: cedet, Stefan Monnier, 2019/06/13
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/14
- Re: Towards a cleaner build: cedet, Stefan Monnier, 2019/06/14
- Re: Towards a cleaner build: cedet, Lars Ingebrigtsen, 2019/06/14