Add tst_dropArea

Removed the requirement to have a parent, it's not really needed,
conceptually.
This commit is contained in:
Sergio Martins
2022-07-27 10:34:13 +01:00
parent 93b3f77969
commit 7b20eedf6d
4 changed files with 26 additions and 2 deletions

View File

@@ -458,6 +458,7 @@ if(KDDockWidgets_TESTS)
add_test(NAME tst_view COMMAND tst_view)
add_test(NAME tst_window COMMAND tst_window)
add_test(NAME tst_droparea COMMAND tst_droparea)
add_test(NAME tst_platform COMMAND tst_platform)
add_test(NAME tst_viewguard COMMAND tst_viewguard)
add_test(NAME tst_group COMMAND tst_group)