#ifndef SLICER_TEST_HELPERS_H#define SLICER_TEST_HELPERS_H#include<string>#include<boost/filesystem/path.hpp>// These are just thin wrappers that throw exceptionsvoidsystem(conststd::string&);void*loadlib(constboost::filesystem::path&);voidcloselib(void*);#endif