Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework how model checking and mmap get enabled/disabled
authordegomme <augustin.degomme@unibas.ch>
Mon, 31 Oct 2016 13:35:33 +0000 (14:35 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 31 Oct 2016 13:35:33 +0000 (14:35 +0100)
Simplify test: model checking relies on linux-only syscalls such as signalfd,
mremap, so it won't work on anything else.

But do not set HAVE_MMAP to 0 if MC cannot be built, other parts could use it
Courtesy of M. Volat


No differences found