diff options
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index cfe86e05..43623cef 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -45,6 +45,7 @@ static CompilerTestSet testCases = { "test12.h", "test12.cpp", "test_dpointer.cpp", "test_dpointer.h", "test_signal.cpp", "test_signal.h", + "test_qdebugcategory.cpp", "test_qdebugcategory.h", Q_NULLPTR }; @@ -64,6 +65,7 @@ static CompilerTestSet testCasesToRun = { "test12", "test_dpointer", "test_signal", + "test_qdebugcategory", Q_NULLPTR }; |