Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
xfconf-plugin: Add memleak label during testing phase
Browse files Browse the repository at this point in the history
  • Loading branch information
eiskasten committed Dec 20, 2022
1 parent 7b26e96 commit 390413e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/xfconf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ add_plugin (
LINK_ELEKTRA elektra-ease
LINK_LIBRARIES "${XFCONF_LIBRARIES}"
ADD_TEST TEST_README COMPONENT libelektra${SO_VERSION}-experimental)

if (ADD_TESTINGPHASE)
set_property (TEST "testmod_xfconf" PROPERTY LABELS memleak)
endif ()

0 comments on commit 390413e

Please sign in to comment.