summaryrefslogtreecommitdiff
path: root/src/tests/eio/eio_suite.h
blob: cdecfd0f09426c32486795f68dff32ecb8ddca70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _EIO_SUITE_H
#define _EIO_SUITE_H

#include <check.h>

void eio_test_monitor(TCase *tc);
void eio_test_sentry(TCase *tc);
void eio_model_test_file(TCase *tc);
void eio_model_test_monitor_add(TCase *tc);
void eio_test_file(TCase *tc);
void eio_test_job(TCase *tc);
void eio_test_job_xattr(TCase *tc);
void eio_test_xattr(TCase *tc);

#endif /*  _EIO_SUITE_H */