repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
class library: Spawner - don't access PriorityQueue-array
[supercollider.git]
/
testsuite
/
supernova
/
sc_synthdef_test.cpp
blob
b3db86cb0cdb7d63f3e7b7a8454539d2e91c2085
1
#include <iostream>
2
#include <boost/test/unit_test.hpp>
3
4
#include
"sc/sc_synthdef.hpp"
5
6
BOOST_AUTO_TEST_CASE
(
sc_synthdef_test
)
7
{
8
std
::
vector
<
nova
::
sc_synthdef
>
defs
=
nova
::
read_synthdef_file
(
"testsuite/default.scsyndef"
);
9
10
std
::
cout
<<
defs
[
0
].
dump
();
11
}