~ubuntu-branches/ubuntu/trusty/libusermetrics/trusty-proposed

« back to all changes in this revision

Viewing changes to cmake/FindValgrind.cmake

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-07-02 02:02:52 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130702020252-53yuhnlabsq1cq8x
Tags: 1.0.1+13.10.20130702-0ubuntu1
[ Pete Woods ]
* Implement most of storage service and wire up input API.
* Wire up the output API to the storage service.

[ Ubuntu daily release ]
* Automatic snapshot from revision 80

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
)
12
12
 
13
13
if(VALGRIND_PROGRAM)
14
 
        set(VALGRIND_PROGRAM_OPTIONS "--error-exitcode=1" "--trace-children=yes" "--leak-check=full" "--quiet")
 
14
        set(VALGRIND_PROGRAM_OPTIONS "--suppressions=${CMAKE_SOURCE_DIR}/tests/data/valgrind.suppression" "--error-exitcode=1" "--leak-check=full" "--quiet")
15
15
endif()
16
16
 
17
17
find_package_handle_standard_args(
25
25
        else()
26
26
                add_test(${NAME} ${EXECUTABLE})
27
27
        endif()
28
 
endfunction()
 
 
b'\\ No newline at end of file'
 
28
endfunction()