mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Make unportable demos/c tests non-mandatory
This commit is contained in:
parent
1721a505d9
commit
afe6862525
@ -49,8 +49,8 @@ def configure(conf):
|
||||
{'func': test_build, 'msg':'... testing an arbitrary build function', 'okmsg':'ok'},
|
||||
|
||||
# parallelism control with after_tests/before_tests
|
||||
{'header_name':'malloc.h', 'msg':'... malloc', 'uselib_store': 'MALLOC', 'id': 'malloc_t'},
|
||||
{'header_name':'unistd.h', 'msg':'... unistd', 'uselib_store': 'UNISTD', 'before_tests': ['malloc_t']},
|
||||
{'header_name':'malloc.h', 'msg':'... malloc', 'uselib_store':'MALLOC', 'id':'malloc_t', 'mandatory':False},
|
||||
{'header_name':'unistd.h', 'msg':'... unistd', 'uselib_store':'UNISTD', 'before_tests':['malloc_t'], 'mandatory':False},
|
||||
|
||||
msg = 'Checking for headers in parallel',
|
||||
#mandatory = False, # set to False to make all tests non-mandatory
|
||||
|
Loading…
Reference in New Issue
Block a user