Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.42 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.42 KB

Test suite for LAL

The algorithms in this library are thoroughly tested during their development. It is our intention to continue extending the library, but also to make the algorithms more efficient every day. For this reason, we need automated tests that free us from the burden of carrying out the thousands of tests needed to be completely sure that the algorithms work every time we make the slightest change.

Dependencies

These tests require LAL to be installed in your system. Go to LAL's webpage and follow the installation instructions.

Compilation of the C++ tests

We wrote different sets of instructions for compiling the tests for

  • Windows in this file.
  • Linux in this file.

Graphs for testing

This directory contains several graphs used for testing.

Execution of the tests

See this file for instructions on how to execute the tests.

Format of the tests

The general format of the tests we use is explained here.