Skip to content

MatthewKhouzam/ctf-testsuite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ctf-testsuite

The Common Trace Format (CTF) test suite is intended to validate the conformance of CTF readers.

To run the test suite:

  1. Set the CTF_READER_BIN environment variable to your CTF reader executable, e.g.:

    export CTF_READER_BIN=my-ctf-reader

  2. Execute the run.sh script found in the tests/x.y directory, where x.y is the CTF specification's version you want to check, e.g.:

    ( cd tests/1.8 && ./run.sh )

You may also set the CTF_READER_OPTS environment variable to options to pass to the CTF reader defined by CTF_READER_BIN.

About

The Common Trace Format (CTF) testsuite is intended to validate the conformance of CTF readers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.8%
  • Shell 33.2%