Profile of duplicating lots of regions.
[ardour.git] / libs / ardour / test / test_util.h
1 #include <string>
2
3 class XMLNode;
4
5 namespace ARDOUR {
6         class Session;
7 }
8
9 extern void check_xml (XMLNode *, std::string);
10 extern ARDOUR::Session* load_session (std::string, std::string);