Versions Compared

Key

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

...

To run all unit tests in the release

scons test

or for package:

scons test <ackage>

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>
build/<architecture>/<package>/<test-module>

...