mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 19:36:16 +08:00
@@ -19,7 +19,7 @@
|
||||
// TODO: fix, tests failing intermittently on mac.
|
||||
#ifndef WINAPI_CARBON
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "test/global/TestEventQueue.h"
|
||||
#include "ipc/IpcServer.h"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
// TODO: fix, tests failing intermittently on mac.
|
||||
#ifndef WINAPI_CARBON
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "test/mock/server/MockConfig.h"
|
||||
#include "test/mock/server/MockPrimaryClient.h"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "test/mock/barrier/MockEventQueue.h"
|
||||
#include "test/mock/barrier/MockKeyMap.h"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "test/mock/barrier/MockKeyMap.h"
|
||||
#include "test/mock/barrier/MockEventQueue.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "barrier/App.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "barrier/ArgParser.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "barrier/Screen.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "server/Config.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "server/InputFilter.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "server/PrimaryClient.h"
|
||||
#include "base/String.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "server/Server.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "barrier/KeyMap.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define TEST_ENV
|
||||
#define BARRIER_TEST_ENV
|
||||
|
||||
#include "test/mock/ipc/MockIpcServer.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user