2007-11-29 22:06:56 +01:00
|
|
|
#ifndef TEST_H_
|
|
|
|
#define TEST_H_
|
|
|
|
|
|
|
|
#include <CUnit/Basic.h>
|
|
|
|
#include "libisofs.h"
|
|
|
|
|
|
|
|
void add_node_suite();
|
2007-12-02 19:49:11 +01:00
|
|
|
void add_image_suite();
|
2007-12-06 22:45:16 +01:00
|
|
|
void add_tree_suite();
|
2007-12-13 21:02:36 +01:00
|
|
|
void add_util_suite();
|
2007-12-25 17:53:17 +01:00
|
|
|
void add_rockridge_suite();
|
2008-02-10 00:27:28 +01:00
|
|
|
void add_stream_suite();
|
2007-11-29 22:06:56 +01:00
|
|
|
|
|
|
|
#endif /*TEST_H_*/
|