diff options
Diffstat (limited to 'tests/dummyresourcetest.cpp')
-rw-r--r-- | tests/dummyresourcetest.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/dummyresourcetest.cpp b/tests/dummyresourcetest.cpp index 48bb7b0..ae71912 100644 --- a/tests/dummyresourcetest.cpp +++ b/tests/dummyresourcetest.cpp | |||
@@ -11,6 +11,11 @@ | |||
11 | #include "pipeline.h" | 11 | #include "pipeline.h" |
12 | #include "log.h" | 12 | #include "log.h" |
13 | 13 | ||
14 | /** | ||
15 | * Test of complete system using the dummy resource. | ||
16 | * | ||
17 | * This test requires the dummy resource installed. | ||
18 | */ | ||
14 | class DummyResourceTest : public QObject | 19 | class DummyResourceTest : public QObject |
15 | { | 20 | { |
16 | Q_OBJECT | 21 | Q_OBJECT |