Files
qt-creator/tests/auto/utils/utils.qbs
Andre Hartmann 0ff2ed6460 AnsiEscapeCodeHandler: Added auto tests.
First simple tests to check:
* pass-trough text without ANSI escape sequences
* text-color change in line
* text-bold change in line

Change-Id: I054a3fb218e95dfd5e160f1ae71dc0638bc5f239
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-09-12 10:31:41 +02:00

10 lines
169 B
QML

import qbs
Project {
name: "Utils autotests"
references: [
"fileutils/fileutils.qbs",
"ansiescapecodehandler/ansiescapecodehandler.qbs"
]
}