Project

General

Profile

Actions

Testbed » History » Revision 1

Revision 1/6 | Next »
Anonymous, 01/25/2016 11:45 AM


Testbed

The S/PHI/nX testbed

The S/PHI/nX testbed allows to check for basic functionality of the compiled programs after building. It can be found in the sphinx/testbed folder. Running the testbed requires GNU make, which is the default make on most Unix systems.

Setup

cd sphinx/testbed
./setup
./configure --with-sxdir=BUILD/PATH/TO/BE/CHECKED

The configure line can be omitted if the build to be checked is ../src (standard S/PHI/nX user build). When debug and release mode have been compiled, typical choices for BUILD/PATH/TO/BE/CHECKED will be ../debug or ../release .

Updated by Anonymous about 8 years ago · 1 revisions