Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use higher TRACE numbers for verbose output.

To run compile all unit tests in the release

scons test

or to build test for particular package:

scons test <ackage><package>

Remove or rename files

svn rm <filename>

...

for C++ header (*.h), source (*.cpp), application (*.cpp), and test-application (*.cpp) files, respectively.
By default all files in src with include will be compiled and put in the package library. The files in app will be also compiled and moved in the <release>/arch/<architecture>/bin - default release bin directory. In order to compile and run modules from test directory use commands:

scons test

or

scons test <ackage><package>

then, to run:

build/<architecture>/<package>/<test-module>

...