summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2014-01-23 19:17:52 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-22 18:38:57 +0100
commitc2b04164758d98be42b534cd14faadc07bdb3104 (patch)
tree8cbe88b7f8b8ce002ff24115a209c8afd2fdc82c /tests/auto/auto.pro
parentc1474946199b37a8bae52e39cc8dca41e6042618 (diff)
downloadqtserialport-c2b04164758d98be42b534cd14faadc07bdb3104.tar.gz
Add the minimal set of the base auto testsv5.3.0-alpha1
Added two types of tests: the constructing tests and the opening tests. The construction tests are checking of the getters to return of default values. Also are checking a correctness work of the constructor of class with different types of a port name. The opening tests are checking the open() method with the valid/invalid open modes and with the valid/invalid port names. The results are compared with the expected behavior (with the error codes and the return values). Change-Id: I503adf629cf613844bf9b96d8704ff017ea5fcdb Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index e792a61..14963a2 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += cmake
+SUBDIRS += qserialport cmake