Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
perarnau committed Sep 17, 2024
1 parent d9568b9 commit 31f9b9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .valgrind.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
ignore_unversioned_libs
Memcheck:Leak
...
obj:*/lib*/lib*.so
}
{
ignore_versioned_libs
Memcheck:Leak
...
obj:*/lib*/lib*.so.*
}
2 changes: 1 addition & 1 deletion tests/excit_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* For more info, see https://github.com/anlsys/excit
*
* SPDX-License-Identifier: BSD-3-Clause
*******************************************************************************/
******************************************************************************/
#ifndef EXCIT_TEST_H
#define EXCIT_TEST_H
#include "excit.h"
Expand Down

0 comments on commit 31f9b9d

Please sign in to comment.