2007-06-01 12:57:09 +00:00
|
|
|
#ifndef TEST_H_
|
|
|
|
#define TEST_H_
|
|
|
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <stddef.h>
|
2007-06-21 11:19:11 +00:00
|
|
|
#include <stdio.h>
|
2007-06-01 12:57:09 +00:00
|
|
|
|
2007-06-21 11:19:11 +00:00
|
|
|
#include <CUnit/Basic.h>
|
2007-06-01 12:57:09 +00:00
|
|
|
|
2007-06-21 11:19:11 +00:00
|
|
|
#include "libisofs.h"
|
2007-06-01 12:57:09 +00:00
|
|
|
|
2007-06-21 11:19:11 +00:00
|
|
|
void add_tree_suite();
|
2007-06-01 12:57:09 +00:00
|
|
|
|
2007-06-21 11:19:11 +00:00
|
|
|
void add_exclude_suite();
|
2007-06-01 12:57:09 +00:00
|
|
|
|
2007-06-21 11:19:11 +00:00
|
|
|
void add_file_hashtable_suite();
|
2007-06-01 12:57:09 +00:00
|
|
|
|
2007-06-21 11:19:11 +00:00
|
|
|
void add_util_suite();
|
2007-06-01 12:57:09 +00:00
|
|
|
|
2007-07-12 14:24:46 +00:00
|
|
|
void add_ecma119_tree_suite();
|
|
|
|
|
|
|
|
void add_volume_suite();
|
|
|
|
|
2007-08-10 09:35:10 +00:00
|
|
|
void add_data_source_suite();
|
|
|
|
|
|
|
|
void add_isoread_suite();
|
|
|
|
|
2007-06-01 12:57:09 +00:00
|
|
|
#endif /*TEST_H_*/
|