aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/testutil.h
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-03-31 11:10:42 +0200
committerAlice Frosi <afrosi@redhat.com>2023-03-31 11:48:03 +0200
commitaeb7573732347cd0bbf0e3d7e560a53f875313cf (patch)
treeba1f0c53a0d7d8ac5a9a2644257dd7de6383e7b8 /tests/unit/testutil.h
parent548a225fb616ee66afb8411f282d44148f67898c (diff)
downloadseitan-aeb7573732347cd0bbf0e3d7e560a53f875313cf.tar
seitan-aeb7573732347cd0bbf0e3d7e560a53f875313cf.tar.gz
seitan-aeb7573732347cd0bbf0e3d7e560a53f875313cf.tar.bz2
seitan-aeb7573732347cd0bbf0e3d7e560a53f875313cf.tar.lz
seitan-aeb7573732347cd0bbf0e3d7e560a53f875313cf.tar.xz
seitan-aeb7573732347cd0bbf0e3d7e560a53f875313cf.tar.zst
seitan-aeb7573732347cd0bbf0e3d7e560a53f875313cf.zip
tests: add tests for filtering the syscalls
Diffstat (limited to 'tests/unit/testutil.h')
-rw-r--r--tests/unit/testutil.h1
1 files changed, 1 insertions, 0 deletions
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 */