Re: Re: where can / must one activate 'LONG DOUBLES'? - works to some extend, feedback and additional questions

Morten Welinder <[email protected]> Sun, 19 Sep 2021 11:13:14 -0400
Newsgroups gmane.comp.gnome.apps.gnumeric
Message-ID <CANv4PNkbzRLukc8CpHThX071LPDQXj8gOcEVyuuheVUECcqPRg@mail.gmail.com>
> still how to build automated tests for calculations / features to avoid time consuming and error prone manual tests after each change,

In a git checkout, go to the "test" directory and run "make
check-TESTS".  You can run single tests too if you wish.

However, you are messing with calculations so you will see failures
that computations are not giving the expected results.  How you will
deal with that I don't know.

M.