diff options
author | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-03-06 06:37:54 +0000 |
---|---|---|
committer | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-03-06 06:37:54 +0000 |
commit | eaac540dd208601921ed2ca33448003a697ff557 (patch) | |
tree | 8f2089a62b9a38020b5e9f3a4c132b43fee4db09 /Jamrules.jam | |
parent | f817d5bca4d92ec4fdc67d24e161b958c2218d81 (diff) |
tests: Added BadaSDK to tests, changed report coloring to mark cells that compiled successfully but skipped execution
git-svn-id: http://pugixml.googlecode.com/svn/trunk@841 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamrules.jam')
-rw-r--r-- | Jamrules.jam | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Jamrules.jam b/Jamrules.jam index 39f0daa..3575406 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -673,7 +673,8 @@ else exit "Unknown toolset $(toolset)!" ; } -COVSUCCESS = "echo $" "(COVPREFIX) success" ; +RUNRESULT = "success" ; +COVSUCCESS = "echo $" "(COVPREFIX) $" "(RUNRESULT)" ; if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) ) { @@ -718,6 +719,8 @@ else { if ( $(toolset:I=(^xbox360|^ps3|wince|^bada$)) ) { + RUNRESULT = "skiprun" ; + actions RunAction { } |