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