Skip to content

Commit

Permalink
fix(userspace/libsinsp): solve link issues in libsinsp tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce authored and poiana committed May 3, 2024
1 parent c185a6e commit 790d25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userspace/libsinsp/test/filterchecks/mock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ TEST(mock_filtercheck_compare, rhs_filter_EPF_NO_RHS_flag)
}
}

#if !defined(_WIN32) && !defined(__EMSCRIPTEN__) && !defined(__APPLE__)
TEST_F(sinsp_with_test_input, check_some_fd_fields)
{
add_default_init_thread();
Expand Down Expand Up @@ -422,6 +423,7 @@ TEST_F(sinsp_with_test_input, check_some_fd_fields)
ASSERT_ANY_THROW(chk->add_filter_value(create_filtercheck_from_field(&m_inspector, "fd.types")));
}
}
#endif // !defined(_WIN32) && !defined(__EMSCRIPTEN__) && !defined(__APPLE__)

/////////////////////
// TRANSFORMERS
Expand Down

0 comments on commit 790d25e

Please sign in to comment.