Before testing, you must compile the libraries. The dependent projects must be compiled and installed.
To compile the Java artifacts:
$ cd cameo
$ mvn clean install
To compile the C++ API:
$ cd cameo-api-cpp
$ mkdir build; cd build; cmake <options> ..
$ cmake --build . --target install
To compile the tests:
$ cd cameo-tests
$ mvn clean package
$ configure --prefix=<cameo-tests>/build
$ make install
There are different types of tests: