Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
66b320ad
Commit
66b320ad
authored
1 month ago
by
Adrien Béraud
Committed by
Adrien Béraud
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
namedirectory: add test to CMake and fix build
Change-Id: I65c99d62848b2d18e5c54e7b8ec28219320fb363
parent
c3c8a0cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+4
-0
4 additions, 0 deletions
CMakeLists.txt
test/unitTest/namedirectory/namedirectory.cpp
+0
-1
0 additions, 1 deletion
test/unitTest/namedirectory/namedirectory.cpp
with
4 additions
and
1 deletion
CMakeLists.txt
+
4
−
0
View file @
66b320ad
...
...
@@ -881,6 +881,10 @@ else()
add_test
(
NAME test_media_player COMMAND ut_test_media_player
)
endif
()
add_executable
(
ut_namedirectory test/unitTest/namedirectory/namedirectory.cpp
)
target_link_libraries
(
ut_namedirectory ut_library
)
add_test
(
NAME namedirectory COMMAND ut_namedirectory
)
add_executable
(
ut_scheduler test/unitTest/scheduler.cpp
)
target_link_libraries
(
ut_scheduler ut_library
)
add_test
(
NAME scheduler COMMAND ut_scheduler
)
...
...
This diff is collapsed.
Click to expand it.
test/unitTest/namedirectory/namedirectory.cpp
+
0
−
1
View file @
66b320ad
...
...
@@ -190,7 +190,6 @@ NameDirectoryTest::testRegisterName()
// Watch signals
confHandlers
.
insert
(
libjami
::
exportable_callback
<
libjami
::
ConfigurationSignal
::
NameRegistrationEnded
>
(
[
&
](
const
std
::
string
&
,
const
std
::
string
&
,
int
status
,
const
std
::
string
&
)
{
nameRegistered
=
status
==
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment