-
-
Notifications
You must be signed in to change notification settings - Fork 10
HOWTO run a testcase
lkampoli edited this page Jul 5, 2018
·
1 revision
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
.