hoe-debugging 2.0.0
A Hoe plugin to help you debug your C extensions. This plugin provides `test:gdb` and `test:valgrind` tasks (plus a few variants). As of v1.5 it also can generate a valgrind suppression from a previous test suite's log file. See the `Hoe::Debugging` module for a few configuration options. This plugin expects you to have `gdb` and `valgrind` available in your `PATH`.
Gemfile:
=
install:
=
Development Dependencies (9):
bundler
~> 1.16
concourse
~> 0.1
hoe
~> 3.1
hoe-bundler
>= 0
hoe-gemspec
>= 0
hoe-git
>= 0
rake-compiler
>= 0
rdoc
~> 4.0
rspec
~> 3.5.0