Skip to content

Tests for Dyninst that don't fit in the framework of the test suite

Notifications You must be signed in to change notification settings

dyninst/external-tests

Repository files navigation

External Tests for Dyninst

These are tests for Dyninst which do not fit within the framework of the test suite.

Building

Before building any of these examples, you need an existing build of Dyninst (see the Dyninst wiki for details).

To configure the build, you can use

cmake . -DDyninst_DIR=path/to/Dyninst/install/lib/cmake/Dyninst
cmake --build .

Running

Most of the tests are designed to examine some aspect of compiling or linking Dyninst. There are, however, a few tests that have a runtime aspect. These tests can be run using CTest like so:

ctest .