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
No known key found for this signature in database
GPG key ID: 1226415D00DD3137
22 changed files with 24 additions and 24 deletions

View file

@ -110,7 +110,7 @@ public:
barrier::Screen* screen, IEventQueue* events, ServerArgs const& args);
~Server();
#ifdef TEST_ENV
#ifdef BARRIER_TEST_ENV
Server() : m_mock(true), m_config(NULL) { }
void setActive(BaseClientProxy* active) { m_active = active; }
#endif