Project

General

Profile

Testbed » History » Version 1

Anonymous, 01/25/2016 11:45 AM

1 1 Anonymous
h1. Testbed
2
3
h2. The S/PHI/nX testbed
4
5
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.
6
7
Setup
8
9
<pre>
10
cd sphinx/testbed
11
./setup
12
./configure --with-sxdir=BUILD/PATH/TO/BE/CHECKED
13
</pre>
14
15
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 .