merge with master and fix 4 conflicts by hand
[ardour.git] / libs / ardour / test / test_util.h
1 #include <string>
2 #include <list>
3
4 class XMLNode;
5
6 namespace ARDOUR {
7         class Session;
8 }
9
10 extern void check_xml (XMLNode *, std::string, std::list<std::string> const &);
11 extern bool write_ref (XMLNode *, std::string);
12 extern ARDOUR::Session* load_session (std::string, std::string);