diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2020-01-17 20:49:38 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2020-01-21 15:07:54 +0000 |
commit | 9dfac6dab13f59e418e81933be4c02396dd46c40 (patch) | |
tree | 2909b18be0689d56308b88595c35bd3c1a4c3dd0 /test/UnitClient.cpp | |
parent | 0599db3576838fcd3d736a2c93db0c7e0024f812 (diff) |
test: switch to parallel tests based on Unit framework.
Increase a few timeouts, bin old-style standalone unit tests,
fix a number of bugs.
Change-Id: Ia3d59466ecb9a9443807ba3445d04dd5f77e3dba
Diffstat (limited to 'test/UnitClient.cpp')
-rw-r--r-- | test/UnitClient.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/UnitClient.cpp b/test/UnitClient.cpp index e3580f90e..03682fdc5 100644 --- a/test/UnitClient.cpp +++ b/test/UnitClient.cpp @@ -7,7 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -// Runs client tests in their own thread inside a WSD process. +// Runs old-style CPPUNIT tests in their own thread inside a WSD process. +// Depending which cppunit objects this is linked with this runs different +// tests. #include <config.h> |