Rename TEST_ENV macro to BARRIER_TEST_ENV

As requested in #846.
This commit is contained in:
James Le Cuirot
2020-08-22 19:25:35 +01:00
parent c3aba1b20b
commit 1418196af1
22 changed files with 24 additions and 24 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -17,7 +17,7 @@
#pragma once
#define TEST_ENV
#define BARRIER_TEST_ENV
#include "barrier/App.h"

View File

@@ -17,7 +17,7 @@
#pragma once
#define TEST_ENV
#define BARRIER_TEST_ENV
#include "barrier/ArgParser.h"

View File

@@ -17,7 +17,7 @@
#pragma once
#define TEST_ENV
#define BARRIER_TEST_ENV
#include "barrier/Screen.h"

View File

@@ -17,7 +17,7 @@
#pragma once
#define TEST_ENV
#define BARRIER_TEST_ENV
#include "server/Config.h"

View File

@@ -17,7 +17,7 @@
#pragma once
#define TEST_ENV
#define BARRIER_TEST_ENV
#include "server/InputFilter.h"

View File

@@ -17,7 +17,7 @@
#pragma once
#define TEST_ENV
#define BARRIER_TEST_ENV
#include "server/PrimaryClient.h"
#include "base/String.h"

View File

@@ -17,7 +17,7 @@
#pragma once
#define TEST_ENV
#define BARRIER_TEST_ENV
#include "server/Server.h"

View File

@@ -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"

View File

@@ -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"