Make `./setup tests sapporo2` should run the executables in the tests folder. This is possible if the top level Makefile in Sapporo 2 automatically builds those executables, i.e. it should include a `make test` or `make tests`.
Make
./setup tests sapporo2should run the executables in the tests folder.This is possible if the top level Makefile in Sapporo 2 automatically builds those executables, i.e. it should include a
make testormake tests.