wtools 4.0.0-pre7
ESO waf tools
Loading...
Searching...
No Matches
wtools.custom Namespace Reference

Functions

 gtest_results (bld)
 
 waf_unit_test_summary (bld)
 

Detailed Description

Provides custom functions for waf

Function Documentation

◆ gtest_results()

wtools.custom.gtest_results ( bld)
Custom post- function that prints out test results.

◆ waf_unit_test_summary()

wtools.custom.waf_unit_test_summary ( bld)
Customize output of test, guessing the runner. With waf 2.1 (see waf a910d07d where
unit_test returns also the task so we can easily get info from there) this can be
cleaned up and we can just look at test features, but until then....