Re: RFC: Moving CEDET development to Emacs
David Engster <[email protected]> Wed, 21 Oct 2015 08:01:28 +0200
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <[email protected]> |
Eric Ludlam writes: > If Emacs core is ok adopting the wide range of tests even though many > predate the latest Emacs testing infrastructure, then we should be in > good shape. > > I rely pretty deeply on the test suite, particularly since it is much > easier to just hit 'make' to validate parser changes than to pull a > fresh parser back into a running emacs. Unsure how the Emacs group > would like having new targets just for testing CEDET. Yidong already put parts of our test suite into Emacs back in the day, but I don't know how to run it. :-) This is also why I did not update those tests in the merge process, but instead ran a modified version of our tests with Emacs proper which had all the stuff removed that is not in Emacs. We will have to discuss on emacs-devel how to go about this, and I'm hoping we will be able to have new make targets for that. I think that parts of the test suite could run by default, so that they are also checked by the Hydra-CI server for Emacs. Most importantly, this would include checking the parsers. The more involved EDE integration tests would run on my Buildbot. -David ------------------------------------------------------------------------------