Skip to content
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 484 Bytes

MunkeiValgrind.md

File metadata and controls

32 lines (20 loc) · 484 Bytes

MunkeiValgrind

valgrind(
  [EXECUTABLE ...]
  [REQUIRED]
  TARGETS
    <TARGETS>
)

Adds tests for running <TARGETS> through Valgrind.

  • EXECUTABLE (path, optional)

    Specify the path to valgrind.

  • REQUIRED (optional)

    If specified, not being able to find valgrind will cause an error.

  • TARGETS (list)

    The targets to run with Valgrind.

Requirements