Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 723 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 723 Bytes

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 .