You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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_*/
|