Commit Graph

2 Commits

Author SHA1 Message Date
Christian Stenger
aa07bf6f70 AutoTest: Fix unexpected colored output
Depending on how boost was built the boost utf could have
colored output default which confuses the output reader.
So, turn the colored explicitly output off.

Change-Id: I5f0782aca6aa4fb168abf8470d07d68566392558
Reviewed-by: David Schulz <david.schulz@qt.io>
2019-05-22 13:22:45 +00:00
Christian Stenger
339f26aec1 AutoTest: Add basic boost test support
Provide experimental support for Boost UTF.
This patch adds the basic implementation for
 * parsing the code for Boost tests
 * executing the found tests
 * displaying respective results

This is just a basic and limited support which
needs to be enhanced and improved later on.

Task-number: QTCREATORBUG-21169
Change-Id: Ie0da5f51f90fb1fa7217eac461ebfc5214395ef6
Reviewed-by: David Schulz <david.schulz@qt.io>
2019-05-20 13:09:08 +00:00