wtools  3.2.0-pre1
ESO waf tools
wtools.custom Namespace Reference

Functions

def gtest_results (bld)
 
def waf_unit_test_summary (bld)
 

Detailed Description

Provides custom functions for waf

Function Documentation

◆ gtest_results()

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

◆ waf_unit_test_summary()

def 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....