Piotr Trojanek <[email protected]> writes: > On Wed, Feb 10, 2016 at 10:40 PM, Simon Wright <[email protected]> wrote: >> On 10 Feb 2016, at 22:08, Piotr Trojanek <[email protected]> wrote: >>> On Wed, Feb 10, 2016 at 6:02 PM, Stephen Leake >>> <[email protected]> wrote: >> >> This bit was me .. > > Sorry, I messed up by replying in a single message. > >>>>> Process: building on my normal workflow (sync with mtn; hg convert to >>>>> a Mercurial repo), I've converted to git using hg-fast-export, removed >>>>> non-relevant branches, run the tests, and pushed to Github. > > I think that .mtn-ignore should be converted to .gitignore, but > perhaps also cleaned up on this occasion. But to clean up I need to > generate all the possible build artefacts and see no clear docs on how > to do this, i.e. a description of targets in both build/Makefile and > build/wisi/Makefile. > > Can you at least advise on how you run the tests? > > I tried "make one" in build/wisi, but the process ends with emacs > window and cursor at ada_mode-nominal.adb:362 (?).
"make one" runs one test; I edit the target to run the test I'm working on. If it leaves the emacs window open, that means the test failed; see the Messages buffer for the failure message. To build everything and run all the tests, run "make all" in build/wisi/Makefile. All the other targets are used by that or "make one". I'll add this to the "Developer overview" node in ada-mode.info. -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
