AutoTest: Merge settings and tools hierarchies [2/2]

Renaming files to match class names.

Change-Id: I3d75a79a5ad8e9d1c132530cbcc6973efc6dbadf
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-07-12 12:51:06 +02:00
parent 0b83f110f4
commit 323f29a3bd
24 changed files with 30 additions and 35 deletions

View File

@@ -18,11 +18,11 @@
#include "testtreeitem.h"
#include "testtreemodel.h"
#include "boost/boosttestsettings.h"
#include "catch/catchtestsettings.h"
#include "ctest/ctestsettings.h"
#include "gtest/gtestsettings.h"
#include "qtest/qttestsettings.h"
#include "boost/boosttestframework.h"
#include "catch/catchtestframework.h"
#include "ctest/ctesttool.h"
#include "gtest/gtestframework.h"
#include "qtest/qttestframework.h"
#include "quick/quicktestframework.h"
#include <coreplugin/actionmanager/actioncontainer.h>