Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git] / testsuite / supernova / sc_synthdef_test.cpp
blobb3db86cb0cdb7d63f3e7b7a8454539d2e91c2085
1 #include <iostream>
2 #include <boost/test/unit_test.hpp>
4 #include "sc/sc_synthdef.hpp"
6 BOOST_AUTO_TEST_CASE( sc_synthdef_test )
8 std::vector<nova::sc_synthdef> defs = nova::read_synthdef_file("testsuite/default.scsyndef");
10 std::cout << defs[0].dump();