COIN-OR::LEMON - Graph Library

Opened 13 years ago

Closed 13 years ago

#416 closed enhancement (done)

Support for running the test with valgrind in CMAKE

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.3 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

The attached patch adds two CMAKE parameters:

  • TEST_WITH_VALGRIND (YES or NO) switches the use of valgrind on/off.
  • VALGRIND_FLAGS are passed to valgrind in addition to --error-exitcode=1

(This latter option basically replaces scripts/valgrind-wrapper.sh)

Attachments (1)

be3aa757238d.patch (1.0 KB) - added by Alpar Juttner 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by Alpar Juttner

Attachment: be3aa757238d.patch added

comment:1 Changed 13 years ago by Alpar Juttner

Resolution: done
Status: newclosed

The patch has been merged into branches 1.1, 1.2 and main as [66156a3498ea].

Note: See TracTickets for help on using tickets.