Skip to content

Commit

Permalink
test: introduce a test reproducing the #5583 (fix)
Browse files Browse the repository at this point in the history
No-Valgrind build fix.

Signed-off-by: Jan Michalski <[email protected]>
  • Loading branch information
janekmi committed Jun 14, 2024
1 parent 9ba4b67 commit a2a1ce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/obj_ulog_advanced/obj_ulog_advanced.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

#define LAYOUT_NAME "obj_ulog_advanced"

#if VG_PMEMCHECK_ENABLED == 0
#define VALGRIND_PMC_EMIT_LOG(_) /* NOP */
#endif /* VG_PMEMCHECK_ENABLED == 0 */

/*
* BACKGROUND INFORMATION
*
Expand Down

0 comments on commit a2a1ce0

Please sign in to comment.