Opened 14 years ago
Closed 14 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 ofvalgrind
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)
Change History (2)
Changed 14 years ago by
Attachment: | be3aa757238d.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → done |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The patch has been merged into branches 1.1, 1.2 and main as [66156a3498ea].