You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
247 B
15 lines
247 B
15 years ago
|
#ifndef TEST_H_
|
||
|
#define TEST_H_
|
||
|
|
||
|
#include <CUnit/Basic.h>
|
||
|
#include "libisofs.h"
|
||
|
|
||
|
void add_node_suite();
|
||
|
void add_image_suite();
|
||
|
void add_tree_suite();
|
||
|
void add_util_suite();
|
||
|
void add_rockridge_suite();
|
||
|
void add_stream_suite();
|
||
|
|
||
|
#endif /*TEST_H_*/
|