Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2018-01-04 12:58:19 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-01-04 13:21:43 +0300
commit29ebd2beffaecc40428de19d56b83aedb8d8ebb2 (patch)
tree1cdaa791c25b8433fcf0f35d310f85382c3f9097 /src/tests
parent3c400f4f0224b43d6b236355dd7519a4c5f35890 (diff)
Build PlatformCheck into all test binaries.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/test.pri b/src/tests/test.pri
index ad543a977..653d31515 100644
--- a/src/tests/test.pri
+++ b/src/tests/test.pri
@@ -27,6 +27,9 @@ LANGUAGE = C++
VPATH *= ../.. ../../murmur ../../mumble
INCLUDEPATH *= ../.. ../../murmur ../../mumble
+SOURCES += PlatformCheck.cpp
+HEADERS += PlatformCheck.h
+
# We have to depend on OpenSSL in all tests
# for no-pch builds to work. Our PCH headers
# include OpenSSL, and if the headers aren't