[DEV] rm __class__
This commit is contained in:
@@ -47,10 +47,6 @@
|
||||
#include "testRecordRead.h"
|
||||
#include "testVolume.h"
|
||||
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test"
|
||||
|
||||
int main(int _argc, const char** _argv) {
|
||||
// init Google test :
|
||||
::testing::InitGoogleTest(&_argc, const_cast<char **>(_argv));
|
||||
|
@@ -5,9 +5,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_aec"
|
||||
|
||||
namespace river_test_aec {
|
||||
|
||||
class Linker {
|
||||
@@ -215,6 +212,4 @@ namespace river_test_aec {
|
||||
}
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -7,9 +7,6 @@
|
||||
|
||||
#include <test-debug/debug.h>
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_echo_delay"
|
||||
|
||||
namespace river_test_echo_delay {
|
||||
class TestClass {
|
||||
private:
|
||||
@@ -426,6 +423,4 @@ namespace river_test_echo_delay {
|
||||
}
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -5,9 +5,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_format"
|
||||
|
||||
namespace river_test_format {
|
||||
static const std::string configurationRiver =
|
||||
"{\n"
|
||||
@@ -235,10 +232,6 @@ namespace river_test_format {
|
||||
}
|
||||
audio::river::unInit();
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -7,9 +7,6 @@
|
||||
|
||||
#include <test-debug/debug.h>
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_muxer"
|
||||
|
||||
namespace river_test_muxer {
|
||||
class TestClass {
|
||||
private:
|
||||
@@ -176,6 +173,4 @@ namespace river_test_muxer {
|
||||
}
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -5,9 +5,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_playback_callback"
|
||||
|
||||
namespace river_test_playback_callback {
|
||||
|
||||
class testOutCallback {
|
||||
@@ -129,10 +126,5 @@ namespace river_test_playback_callback {
|
||||
usleep(500000);
|
||||
audio::river::unInit();
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -5,9 +5,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_playback_write"
|
||||
|
||||
namespace river_test_playback_write {
|
||||
static const std::string configurationRiver =
|
||||
"{\n"
|
||||
@@ -179,6 +176,3 @@ namespace river_test_playback_write {
|
||||
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -7,9 +7,6 @@
|
||||
|
||||
#include <test-debug/debug.h>
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_record_callback"
|
||||
|
||||
namespace river_test_record_callback {
|
||||
static const std::string configurationRiver =
|
||||
"{\n"
|
||||
@@ -97,6 +94,3 @@ namespace river_test_record_callback {
|
||||
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -5,13 +5,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_record_read"
|
||||
|
||||
namespace river_test_record_read {
|
||||
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
@@ -5,9 +5,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_volume"
|
||||
|
||||
namespace river_test_volume {
|
||||
static const std::string configurationRiver =
|
||||
"{\n"
|
||||
@@ -133,6 +130,4 @@ namespace river_test_volume {
|
||||
|
||||
};
|
||||
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
|
Reference in New Issue
Block a user