aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Relicense under Modified (3-clause) BSD LicenseGravatar Benjamin Barenblat2014-03-10
|
* Add 'ppaml_tracer_init_from_env'Gravatar Benjamin Barenblat2014-01-27
| | | | | | | | | This new API function is similar to 'ppaml_tracer_init', but instead of accepting the report base name as an argument, it pulls it from the 'PPAMLTRACER_TRACE_BASE' environment variable. This is useful for users who want to be able to vary the locations of trace reports but do not want to build tracing into their configuration file / command-line argument parsers.
* Functional tests for C libraryGravatar Benjamin Barenblat2014-01-27
While gearing up to make an addition to the C library, I became concerned at the lack of test infrastructure for the project. The build system now integrates Check <http://check.sourceforge.net/>, a lightweight testing framework for C, and there are a few tests to ensure no serious regressions occur. You can run the tests with “make check”.