Menu

[6de632]: / doc / regression-test.md  Maximize  Restore  History

Download this file

25 lines (14 with data), 661 Bytes

Running the regression test

With the AFP set up as a component, run

isabelle afp_build -A

to test all entries of the archive with the current Isabelle version
(using the isabelle tool found in your PATH environment variable).

To build large sessions, you will need a 64 bit system and enable 64 bit polyML for instance by adding

ML_system_64 = true

to $ISABELLE_HOME_USER/etc/preferences.

To exclude particularly slow sessions, we provide the tags slow and
very_slow, i.e. if completeness is not required, you could run

isabelle build -d '$AFP' -a -X slow -j4

or

isabelle build -d '$AFP' -a -X very_slow -j4

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.