Holger Nahrstaedt 4ce49a05e9 db coefficients added up to 38
db coefficients accuracy improved
refactoring of wavefilt
2016-02-25 14:41:45 +01:00

11 lines
217 B
C

#ifndef SWALLOWING_BOOSTTEST_H_
#define SWALLOWING_BOOSTTEST_H_
// we use the header only version of boost unit test
#define BOOST_TEST_NO_LIB
#include <boost/test/unit_test.hpp>
#endif // SWALLOWING_BOOSTTEST_H_