audio-drain/test/format.cpp

11 lines
231 B
C++
Raw Normal View History

2015-03-25 21:14:12 +01:00
/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
2016-10-02 21:41:55 +02:00
#include <test-debug/debug.hpp>
2015-03-25 21:14:12 +01:00
#include <gtest/gtest.h>
2016-10-02 21:41:55 +02:00
#include <audio/drain/Process.hpp>
2015-03-25 21:14:12 +01:00