13 lines
233 B
C++
13 lines
233 B
C++
/** @file
|
|
* @author Edouard DUPIN
|
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
|
* @license APACHE v2.0 (see license file)
|
|
*/
|
|
|
|
#include <test-debug/debug.hpp>
|
|
#include <gtest/gtest.h>
|
|
#include <audio/drain/Process.hpp>
|
|
|
|
|
|
|