Resurrect profiling code.
[ardour.git] / libs / ardour / test / test_util.h
1 namespace ARDOUR {
2         class Session;
3 }
4
5 extern void check_xml (XMLNode *, std::string);
6 extern ARDOUR::Session* load_session (std::string, std::string);