SConstruct updated, help target added. Use 'scons -h' to see help
This commit is contained in:
parent
82f98ea296
commit
5ce0c6dc22
14
SConstruct
14
SConstruct
|
@ -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
|
||||
""")
|
||||
|
||||
|
|
Loading…
Reference in New Issue