HOWTO run a testcase - lkampoli/kappa GitHub Wiki
When the compilation is finished, the shared library libkappa++.so is created inside:
$HOME/kappa/install/lib
In order to run a testcase, you can go in the /tests
directory (and subdirectories) and execute:
make
This will compile all the source files present in the directory and defined in the Makefile. Once executables are created, you can simply run the testcase with the command ./name-testcase
.