From aeb7573732347cd0bbf0e3d7e560a53f875313cf Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 31 Mar 2023 11:10:42 +0200 Subject: tests: add tests for filtering the syscalls --- tests/unit/testutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/testutil.h') diff --git a/tests/unit/testutil.h b/tests/unit/testutil.h index 896d690..d4f83af 100644 --- a/tests/unit/testutil.h +++ b/tests/unit/testutil.h @@ -41,5 +41,6 @@ void check_target_result(long ret, int err, bool ignore_ret); void setup(); void teardown(); int install_notification_filter(struct args_target *at); +void continue_target(); #endif /* TESTUTIL_H */ -- cgit v1.2.3