cdd782c4ce
Add Boost and unit test framework. Fix crude soundSampleQueue. Disable link SIP->Mumble for a while.
6 lines
131 B
C++
6 lines
131 B
C++
#define BOOST_TEST_MODULE SZARKServerTest
|
|
#define BOOST_TEST_DYN_LINK
|
|
#define BOOST_TEST_MAIN
|
|
|
|
#include <boost/test/unit_test.hpp>
|