#ifndef TESTS_COMMON_H_
#define TESTS_COMMON_H_
#include <stdlib.h>
class FileModule *parsefile(const char *filename, const char *fakepath = NULL);
#endif