AOCL-Compression supports a comprehensive test suite which you might want to run
when you build the library from source (refer to Building from Source on Linux).
During the configuration, enable AOCL_TEST_COVERAGE along with desired
optional parameters (refer to Optional Build Parameters). The tests can be
executed from the command prompt as follows:
$ cd <build_directory>
$ ctest -VV
Refer to the ctests help on all the possible ways to trigger an individual test or a specific selection.