Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KLDAP
Commits
c55b9f8d
Commit
c55b9f8d
authored
Dec 02, 2020
by
Laurent Montel
😁
Browse files
Start to implement autotest
parent
a3b358d8
Pipeline
#42727
passed with stage
in 8 minutes and 31 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/ldapclientsearchconfigreadconfigjobtest.cpp
0 → 100644
View file @
c55b9f8d
/*
* SPDX-FileCopyrightText: 2020 Laurent Montel <montel@kde.org>
*
* SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "ldapclientsearchconfigreadconfigjobtest.h"
LdapClientSearchConfigReadConfigJobTest
::
LdapClientSearchConfigReadConfigJobTest
(
QObject
*
parent
)
:
QObject
(
parent
)
{
}
autotests/ldapclientsearchconfigreadconfigjobtest.h
0 → 100644
View file @
c55b9f8d
/*
* SPDX-FileCopyrightText: 2020 Laurent Montel <montel@kde.org>
*
* SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef LDAPCLIENTSEARCHCONFIGREADCONFIGJOBTEST_H
#define LDAPCLIENTSEARCHCONFIGREADCONFIGJOBTEST_H
#include <QObject>
class
LdapClientSearchConfigReadConfigJobTest
:
public
QObject
{
Q_OBJECT
public:
explicit
LdapClientSearchConfigReadConfigJobTest
(
QObject
*
parent
=
nullptr
);
~
LdapClientSearchConfigReadConfigJobTest
()
=
default
;
};
#endif // LDAPCLIENTSEARCHCONFIGREADCONFIGJOBTEST_H
tests/CMakeLists.txt
View file @
c55b9f8d
...
...
@@ -4,3 +4,5 @@ set(testldapclient_SRCS testldapclient.cpp)
add_executable
(
testldapclient
${
testldapclient_SRCS
}
)
target_link_libraries
(
testldapclient KF5::I18n KF5::Completion KF5::Ldap KF5::CoreAddons
)
#ldapclientsearchconfigreadconfigjobtest.cpp
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment