SConstruct updated, help target added. Use 'scons -h' to see help

This commit is contained in:
Reijo Tomperi 2010-02-19 12:23:51 +02:00
parent 82f98ea296
commit 5ce0c6dc22
1 changed files with 14 additions and 0 deletions

View File

@ -73,3 +73,17 @@ Alias('coverage',[test],[
'rm test/*.gcda',
'rm test/*.gcno',
'rm lcov.info'])
Help("""
Type: 'scons' - cppcheck (cli)
'scons cppcheck' - cppcheck (cli)
'scons gui' - gui_cppcheck
'scons testrunner' - testrunner
'scons test' - testrunner + execute tests
'scons all' - gui+cppcheck+testrunner
'scons release' - cppcheck release version
'scons release gui' - cppcheck+gui release versions
'scons coverage' - coverage report
'scons -c all' - clean all
""")